On This Page
Retrieving Transient Token Details
Use this information to retrieve transient token details, which include the instrument
identifier token and payment instrument token.
The payment instrument token is used for token management. The instrument identifier is
used for these transactions:
- Merchant-initiated debt recovery
- Stand-alone credit
Endpoint
Test:
POST
https://apitest.visaacceptance.com
/tms/v2/taps/{id}Production:
POST
https://api.visaacceptance.com
/tms/v2/taps/{id}REST Example: Retrieve Transient Token Details
Request
{ }
Response 200
{ "id": "a76392f4-cde4-97aa-1111-0252ac14c005", "paymentInformation": { "card": { "expirationMonth": "12", "expirationYear": "2030" } }, "pointOfSaleInformation": { "deviceId": "FF123457", "emv": { "applicationIdentifier": "A0000000031010", "applicationLabel": "Company" } }, "processingInformation": { "industryDataType": "transit" }, "tokenInformation": { "instrumentIdentifier": { "id": "CD616772D8355EA6E53AF598E0AE794" }, "paymentInstrument": { "id": "DB0875B76F95085CE053AF598E0A6354" } }, "_links": { "self": { "href": "/tms/v2/taps/a76392f4-cde4-97aa-1111-0252ac14c005" }, "paymentInstrument": { "href": "/tms/v1/paymentinstruments/DB0875B76F95085CE053AF598E0A6354" }, "instrumentIdentifier": { "href": "/tms/v1/instrumentidentifiers/CD616772D835EA6E53AF598E0AE794" } } }