Skip to main content
GET /v1/payments/recurring/status/{terminal_friendly_id} Returns the full state of a recurring series - its schedule configuration, payment instrument, payer details, completed transaction history, and upcoming scheduled payments.

Path parameters

terminal_friendly_id
string
required
Your 6-character terminal identifier.

Query parameters

recurring_id
string
required
The 8-character identifier of the recurring series to look up.

Response

recurring_id
string
Unique identifier of the recurring series (8 characters).
order_id
string
Order identifier associated with the series (8 characters).
status
string
Top-level series status. One of active, paused, cancelled, or completed.
recurring
object
Detailed schedule configuration for the series.
payment_instrument
object
Stored payment instrument associated with this series.
payer
object
Identity information for the payer on this series.
future_transactions
array
List of upcoming scheduled payments in this series. Each entry describes a planned charge that has not yet been processed.
completed_transactions
array
List of transactions that have already been processed as part of this series, in chronological order.
Example response