On This Page

{#jumplink-list}  
[Markdown](/docs/vas/en-us/urban-mobility/developer/ctv/rest/mass-transit/um-processing-token-intro/um-processing-token-get-intro/um-processing-token-get-ex-rest.md)  
Filter  
FILTER BY TAG

REST Example: Retrieve Transient Token Details Using the REST API {#um-processing-token-get-ex-rest}
====================================================================================================

Request

```
{
}
```

{#um-processing-token-get-ex-rest_codeblock_hnh_lyg_lcc}  
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"
        }
    }
}
```

RELATED TO THIS PAGE

