REST API | Visa Platform Connect

Update a Customer Payment Instrument

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

Endpoint

Test:
PATCH
https://apitest.cybersource.com
/tms/v2/customers/{customerTokenId}/payment-instruments/{paymentInstrumentTokenId}
Production:
PATCH
https://api.cybersource.com
/tms/v2/customers/{customerTokenId}/payment-instruments/{paymentInstrumentTokenId}
Production in India:
PATCH
https://api.in.cybersource.com
/tms/v2/customers/{customerTokenId}/payment-instruments/{paymentInstrumentTokenId}
customerTokenId
is the customer token ID returned in the
id
field when you created the customer token.
paymentInstrumentTokenId
is the payment instrument token ID you want to retrieve. See Create a Customer and Create a Customer Payment Instrument.