Skip to main content

Transparent Detokenization

Transparent Detokenization will replace tokens in an outbound, client-initiated HTTP request with the detokenized data, and then forward the request on to a specified URL. The unaltered response from the recipient endpoint would then be sent back to your application.

warning

If one or more headers are expected from the endpoint, you can request they be included in the response by providing the header names as a comma-separated list within the optional TX-Headers header.

Detokenize supports the following HTTP verbs: GET, POST, PUT. It also supports any data format (JSON, XML, Form URL, etc.)