Tokenization Integration

To begin using this service, you simply need to make a few modifications to the code that is constructing your request to the 3rd-party endpoint.

  1. Update the URL to POST to TokenEx
  2. Add HTTP Header for the intended URL
    • TX_URL
  3. Add your Authentication Headers
    • TX_TokenExID
    • TX_APIKey
  4. Add the Token Scheme of your choice.
    • TX_TokenScheme
  5. Add the Regular Expression used to select the sensitive data in the response.
    • TX_Field

HTTP Request Headers

HeaderDescription
TX_TokenExIDYour TokenEx ID
TX_APIKeyYour API Key
TX_URLThe endpoint URL to which TokenEx should perform the POST
TX_TokenSchemesee Token Schemes
TX_FieldRegular Expression used to select the data to tokenize in the response payload
TX_Headers(Optional) Comma-separated list of desired headers received from the endpoint

HTTP Response Headers

HeaderDescription
tx_MessageInformational message about the request. Number of possible matches based on Regular Expression, etc.
tx_tokenize_error_xxxxReports any errors in tokenization.