GET /data_verification

Verifies the data received in the callback URL. When receiving parameters from Tractis in the callback URL, those parameers could be manipulated or come from another source trying to fake a verification reply. This URL is userful for contrasting received parameters with Tractis so you can confirm it's us who sent you the parameters to the callback and the parameters are correct.

Results

Receives all the parameters you received in the callback

Returns:

  • Parameters are correct: HTTP code 200 and verification_code in response body
  • Parameters are unknown or incorrect: HTTP code 400