Hashing Examples
- Request
- Response
POST https://test-api.tokenex.com/TransparentGatewayAPI/Hash?Type=SHA256 HTTP/1.1
Content-Type: application/json
TX_URL: https://www.example.com
TX_TokenExID: YourTokenExID
TX_APIKey: YourAPIKey
{
"card": {
"type": "MC ",
"number": "{{{545454587415454}}}",
"expDate": "1126",
"cardValidationNum": "123"
}
}
HTTP/1.1 200 OK
Content-Length: 95
Content-Type: application/json; charset=utf-8
tx_hashValue: RAEtiaqYjy1mm9fgIwbYzZOXHJQn56GRHXmNyKHck/U=
tx_refNumber: 19011512562595159744
{
"HashValue": "RAEtiaqYjy1mm9fgIwbYzZOXHJQn56GRHXmNyKHck/U=",
"RefNumber": "19011512562595159744"
}