- Manage Webhook Subscriptions
- Network Tokens
- Customer Tokens
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
List Payment Instruments for a Customer
Visa Platform ConnectREST API
This section describes how to retrieve a customer's payment instruments.
Endpoint
Test:
GET
https://apitest.cybersource.com
/tms/v2/customers/{customerTokenId}
/payment-instrumentsProduction:
GET
https://api.cybersource.com
/tms/v2/customers/{customerTokenId}
/payment-instrumentsProduction in India:
GET
https://api.in.cybersource.com
/tms/v2/customers/{customerTokenId}
/payment-instrumentsThe is the customer token ID returned in the
{customerTokenId}
id
field when you created the customer token. For more information, see Create a Customer and Create a Customer Payment Instrument.Use these query string parameters to filter the list of payment instrument tokens:
- offset— Page offset number.
- limit— Maximum number of items you would like returned.