REST API | Visa Platform Connect

Retrieve a Payment Instrument with Unmasked Card Number

This section shows you how to retrieve a payment instrument with unmasked card number.

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}
The
{paymentInstrumentTokenId}
is the payment instrument token ID you want to retrieve. For more information, see Create a Payment Instrument.
IMPORTANT
You must pass the following request header to get this functionality:
Accept: application/jose
.