Menu
- Manage Webhook Subscriptions
- Customer Tokens
- Manage Customer Tokens
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Manage Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Manage Payment Instrument Tokens
- Instrument Identifier Tokens
- Manage Instrument Identifier Tokens
- Network Tokens for Partners
On This Page
List Payment Instruments for a Customer
This section shows you 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-instrumentscustomerTokenId
is the customer token id
returned
when you created the customer token. See Create a Customer and Create a Customer Payment Instrument.