REST API | Visa Platform Connect

Retrieve a Payment Instrument

This section shows you how to retrieve a payment instrument token.

Endpoint

Test:
GET
https://apitest.cybersource.com
/tms/v1/paymentinstruments/{paymentInstrumentTokenId}
Production:
GET
https://api.cybersource.com
/tms/v1/paymentinstruments/{paymentInstrumentTokenId}
Production in India:
GET
https://api.in.cybersource.com
/tms/v1/paymentinstruments/{paymentInstrumentTokenId}
paymentInstrumentTokenId
is the payment instrument token ID you want to retrieve. See Create a Payment Instrument.