Menu

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
is the instrument identifier token ID returned in the
id
field in the
id
field when you created the instrument identifier token. See Create an Instrument Identifier.
Back to top