Get Subscription
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier of the subscription
Response
The amount in lowest count unit (e.g., cents for USD)
Timestamp of when the subscription was created
Three-letter currency code
The number of billing cycles for which the subscription will renew before ending.
Description of the order, if any
The interval group between subscriptions.
DAY
, WEEK
, MONTH
, YEAR
The number of intervals between subscription billings. For example, interval = MONTH
and intervalCount = 3
bills every 3 months.
The mode in which the transaction was made (e.g., TEST or LIVE)
TEST
, LIVE
The currency that the customer paid in
The number of billing cycles remaining for the subscription.
The status of the subscription
ACTIVE
, INACTIVE
, INCOMPLETE
, CREATED
, CANCELLED
Unique identifier of the subscription
Was this page helpful?