FILTER BY TAG

Retrieve an Instrument Identifier

This section describes how to retrieve an instrument identifier.

Endpoint

Test:
GET
https://api.smartpayfuse-test.barclaycard
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}
Production:
GET
https://api.smartpayfuse.barclaycard
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}
{instrumentIdentifierTokenId}
is the instrument identifier token ID returned in the
id
field when you created the instrument identifier token. For more information, see Create an Instrument Identifier.

REST Example: Retrieving an Instrument Identifier

Request
GET
https://api.smartpayfuse-test.barclaycard
/tms/v1/instrumentidentifiers/7030800000051400580
Response to a Successful Request
{ "_links": { "self": { "href": "/tms/v1/instrumentidentifiers/7030800000051400580" }, "paymentInstruments": { "href": "/tms/v1/instrumentidentifiers/7030800000051400580/paymentinstruments" }, "tokenized-cards": { "href": "/tms/v2/tokenized-cards/3DED4656FD5B61CEE063AF598E0AF444" } }, "id": "7030800000051400580", "object": "instrumentIdentifier", "state": "ACTIVE", "tokenizedCard": { "id": "3DED4656FD5B61CEE063AF598E0AF444", "state": "ACTIVE", "enrollmentId": "5768a5660d69a0383874bc80e93848bc4f24", "tokenReferenceId": "9f2683a1a91c3ec3c6a56e16c48bc4f24fff", "paymentAccountReference": "fc6479f5082e1039ce0b08f08b64f", "number": "471633XXXXXX3346", "expirationMonth": "12", "expirationYear": "2030", "type": "visa", "card": { "suffix": "0580", "expirationMonth": "12", "expirationYear": "2030" }, "metadata": { "cardArt": { "combinedAsset": { "id": "8f64614def1a41d39ea8acae4616bf6f", "_links": { "self": { "href": "/tms/v2/tokens/7030800000051400580/vts/assets/card-art-combined" } } }, "brandLogoAsset": { "id": "00000000000000000000000000001070", "_links": { "self": { "href": "/tms/v2/tokens/7030800000051400580/vts/assets/brand-logo" } } }, "foregroundColor": "1af0f0" }, "issuer": { "name": "Test Issuer", "shortDescription": "shortDescription", "longDescription": "longDescription", "country": "US" }, "features": { "accountFundingSource": "debit card" }, "creator": "sim" }, "source": "ONFILE" }, "card": { "number": "489537XXXXXX0580" }, "issuer": { "paymentAccountReference": "fc6479f5082e1039ce0b08f08b64f" }, "metadata": { "creator": "sim" } }