List subscriptions
Use this method to return a paginated list of subscriptions.
Note: If you want to view the details of a specific subscription and you have its subscriptionId, use our Retrieve subscription method.
Use query parameters to filter the list of results that we return, for example, to search for subscriptions for a customer, a payment plan, or frequency.
Our gateway returns information about the following for each subscription in the list:
- 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.
For each subscription, we also return the subscriptionId, the paymentPlanId, and the secureTokenId, which you can use to perform follow-actions.
Path parameters
Unique identifier that we assigned to the terminal.
Query parameters
Filter by the customer's name.
Filter by the last four digits of the card or account number.
Filter by the name of the payment plan.
Filter by the frequency of subscription payments.
Filter by the current status of the subscription.
Format: YYYY-MM-DD
Filter subscriptions that end on a specific date.
Format: YYYY-MM-DD
Filter subscriptions by the date that the next payment is collected.
Return the previous page of results before the value that you specify.
You can’t send the before parameter in the same request as the after parameter.
Return the next page of results after the value that you specify.
You can’t send the after parameter in the same request as the before parameter.
Limit the maximum number of results that we return for each page.
Headers
Bearer authentication
Response
Successful request. Returns a paginated list of subscriptions.
Changes
No recorded changes to this endpoint across all 1 revision of this API.