REST API | Visa Platform Connect

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-instruments
Production:
GET
https://api.cybersource.com
/tms/v2/customers/{customerTokenId}/payment-instruments
Production in India:
GET
https://api.in.cybersource.com
/tms/v2/customers/{customerTokenId}/payment-instruments
customerTokenId
is the customer token ID returned in the
id
field when you created the customer token. See Create a Customer and Create a Customer Payment Instrument.