Menu
- Manage Webhook Subscriptions
- Customer Tokens
- Manage Customer Tokens
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Manage Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Manage Payment Instrument Tokens
- Instrument Identifier Tokens
- Manage Instrument Identifier Tokens
- Network Tokens for Partners
On This Page
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}paymentInstrumentTokenId
is the payment instrument token
id
you want to retrieve. See Create a Payment Instrument.IMPORTANT
You must pass the following request header to get this
functionality:
Accept: application/jose
.