List secure tokens
Use this method to return a paginated list of secure tokens.
Note: If you want to view the details of a specific secure token and you have its secureTokenId, use our Retrieve Secure Token method.
Use query parameters to filter the list of results that we return, for example, to search for secure tokens by customer or by the first four digits of a card number.
Our gateway returns information about the following for each secure token in the list:
- Payment details that the secure token represents.
- Customer details, including shipping and billing addresses.
- Secure token that you can use to carry out transactions.
For each secure token, we also return the secureTokenId, which you can use to perform follow-on actions.
Path parameters
Unique identifier that we assigned to the terminal.
Query parameters
Unique identifier that the merchant assigned to the secure token.
Filter by the customer's name.
Filter by the customer's phone number.
Filter by the customer's email address.
Filter by the token that the merchant used in a transaction to represent the customer's payment details.
Filter by the first six digits of the card number.
Filter by the last four digits of the card or account number.
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 list of secure tokens that are currently saved on the terminal.
Changes
No recorded changes to this endpoint across all 1 revision of this API.