Menu

Retrieve an Instrument Identifier with Unmasked Card Number

This section shows you how retrieve an instrument identifier with unmasked card number.

Endpoint

Test:
GET
https://apitest.cybersource.com
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}
Production:
GET
https://api.cybersource.com
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}
Production in India:
GET
https://api.in.cybersource.com
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}
instrumentIdentifierTokenId
is the instrument identifier token
id
returned when you created the instrument identifier token. See Create an Instrument Identifier.
IMPORTANT
You must pass the following request header to get this functionality:
Accept: application/jose
.
Back to top