REST API | Visa Platform Connect

Create a Customer Payment Instrument

This section shows you how to create a customer payment instrument token.

Endpoint

Test:
POST
https://apitest.cybersource.com
/tms/v2/customers/{customerTokenId}/payment-instruments
Production:
POST
https://api.cybersource.com
/tms/v2/customers/{customerTokenId}/payment-instruments
Production in India:
POST
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.