Subscriptions
Retrieve subscription
Use this method to retrieve information about a subscription.
To retrieve a subscription, you need its subscriptionId. You sent the subscriptionId in the request of the Create subscription method.
Note: If you don't have the subscriptionId, use our List subscriptions method to search for the subscription.
Our gateway returns information about the following for the subscription:
- Payment plan the subscription is linked to.
- Secure token that represents cardholder’s payment details.
- Current state of the subscription, including its status, next due date, and invoices.
- Fees for setup and the cost of the recurring order.
- Subscription length, end date, and frequency.
We also return the paymentPlanId and the secureTokenId, which you can use to perform follow-on actions.
get/processing-terminals/{processingTerminalId}/subscriptions/{subscriptionId}
Path parameters
processingTerminalIdstring required
Unique identifier that we assigned to the terminal.
subscriptionIdstring required
Unique identifier that the merchant assigned to the subscription.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the requested subscription.