REST API | Visa Platform Connect

Add a Default Payment Instrument Using Instrument Identifier

This section shows you how add a default payment instrument using an instrument identifier.

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.