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.
GET /v1/payments/recurring/future-transactions/status/{terminal_friendly_id}
Returns the details of a specific future transaction - its scheduled date, amount, currency, and current processing status. Use this endpoint to check the state of an individual upcoming payment within a recurring series.
Path parameters
Your 6-character terminal identifier.
Query parameters
The 8-character identifier of the future transaction to look up.
Response
Unique identifier of this future transaction (8 characters).
Identifier of the recurring series this transaction belongs to (8 characters).
The date this payment is scheduled to be processed, in
YYYY-MM-DD format.The position of this payment within the series (e.g.,
2 means it is the second payment in the schedule).Amount to be charged in major currency units (e.g.,
19.99).ISO 4217 currency code for this payment.
Current status of this future transaction. One of:
pending- scheduled and waiting to be processed.processing- currently being executed.completed- successfully processed.failed- processing attempted but unsuccessful.cancelled- this specific occurrence was cancelled.
The
transaction_id of the transaction that executed this future payment. Present only when status is completed.ISO 8601 timestamp of when this future transaction was executed. Present only when
status is completed.Optional notes associated with this future transaction.
Example response