Translate to Low Value Token Transaction

You use this transaction type to create a low value token for a submitted high value token. You can then provide the low value token to a third party service provider, who requires access to the PAN information. The third party can redeem the LVT for the PAN information via an onlineAccountNumberAccessRequest transaction.

Please refer to the OmniToken Translator Transaction Info document for additional information about this transaction type.

Translate to Low Value Token Request

You must specify the Translate to Low Value Token request as follows. The structure of the request is identical for either an Online or a Batch submission

<translateToLowValueTokenRequest id="Xlate1" reportGroup="iQ Report Group" customerId="Customer Id">

  <orderId>Order Id</orderId>

  <token>Token Value</token>

</translateToLowValueTokenRequest>

Translate to Low Value Token Response

The Translate to Low Value Token response message is identical for Online and Batch transactions. The Sale response has the following structure:

<translateToLowValueTokenResponse id="Xlate1" reportGroup="iQ Report Group" customerId="Customer Id">

  <orderId>Order Id</orderId>

  <paypageRegistrationId>Low Value Token</paypageRegistrationId>

  <response>Response Code</response>

  <message>Response Message</message>

  <responseTime>Date and Time in GMT</responseTime>

</translateToLowValueTokenResponse>