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
string
required
Your 6-character terminal identifier.
Response
string
Unique identifier of the recurring series (8 characters).
string
Order identifier associated with the series (8 characters).
string
Top-level series status. One of
active, paused, cancelled, or completed.object
Detailed schedule configuration for the series.
object
Stored payment instrument associated with this series.
object
Identity information for the payer on this series.
array
List of upcoming scheduled payments in this series. Each entry describes a planned charge that has not yet been processed.
array
List of transactions that have already been processed as part of this series, in chronological order.
Example response