Retrieve an Instrument Identifier
This section shows you how to retrieve an instrument identifier.
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}
id
field when you created the instrument
identifier token. For more information, see Create an Instrument Identifier. REST Example: Retrieving an Instrument Identifier
Request
GEThttps://apitest.cybersource.com/tms/v1/instrumentidentifiers/7030000000046226486
Response to a Successful Request
{ "_links": { "self": { "href": https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000046226486 }, "paymentInstruments": { "href": https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000046226486/paymentinstruments } }, "id": "7030000000046226486", "object": "instrumentIdentifier", "state": "ACTIVE", "tokenizedCard": { "state": "ACTIVE", "enrollmentId": "80efd04a838265dcdf9d114eb542be01", "tokenReferenceId": "003769ea947eb057c13c192f1d26f002", "number": "489537XXXXXX2655", "expirationMonth": "12", "expirationYear": "2030", "type": "visa", "card": { "suffix": "6486", "expirationMonth": "12", "expirationYear": "2030" } }, "card": { "number": "489537XXXXXX6486" }, "issuer": { "paymentAccountReference": "V0010013020037567013722096631" }, "metadata": { "creator": "testacct" } }