Recurring payments
List tokens
List all of a customer's tokens.
To paginate the response, use the limit and offset query parameters.
get/recurring/{your_customer_reference}
Path parameters
your_customer_referencestring required
Your unique identifier of the customer.
Query parameters
limitinteger
The number of tokens you want to list.
If empty, the default is 10.
offsetinteger
The number of the token to start the list from.
If empty, the default is 0, i.e. the first token.
Response
Request successful