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/charge/{terminal_friendly_id}
Triggers an immediate charge against an existing recurring series. Use this endpoint when managed_by is merchant - you control when each payment fires rather than relying on a platform-managed schedule.
This endpoint only applies to series where
managed_by is merchant. For our_platform-managed series, SmartRetry schedules and processes charges automatically. Calling this endpoint on a platform-managed series returns an error.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 charge.
Override the default series amount for this charge only, in major currency units (e.g.,
19.99 for $19.99). If omitted, the amount set during initialization is used.Override the default series currency for this charge only. Must be a valid ISO 4217 code. If omitted, the currency set during initialization is used.
Card verification value for this charge. Optional, but may be required depending on your terminal configuration.
Response
Unique identifier for this transaction (8 characters).
Order identifier for this transaction (8 characters).
true if the charge was authorized. false if the transaction was declined. Always check this field - a 200 status does not guarantee the payment succeeded.Example response