Documentation Index
Fetch the complete documentation index at: https://www.smartretry.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/payments/recurring/cancel/{terminal_friendly_id}
Cancels a recurring billing series. All future scheduled payments are halted immediately. Any payments that were already processing at the time of cancellation may still complete.
Safe retries for this POST endpoint use the
Idempotency-Key header. Reuse the same key only when retrying the exact same request body. See Idempotency.Path parameters
Your 6-character terminal identifier.
Request body
The 8-character identifier of the recurring series to cancel.
Response
The identifier of the cancelled series (8 characters).
true if the cancellation was accepted and the series has been marked as cancelled.Example response
After cancellation, calling the status endpoint for this
recurring_id will return status: cancelled. Historical transactions remain accessible.