Get Kount Hash Value
Generate a Kount hash value that can be sent directly to Kount for fraud validation of a given PAN.
URI: https://test-api.tokenex.com/FraudServices.svc/REST/GetKountHashValue
Request Parameters
Parameter | Type | Description |
---|---|---|
APIKey | string | See Authentication |
TokenExID | string | Your TokenEx ID |
Token | string | The token you wish to obtain a hash value for |
{
"APIKey":"YourAPIKey",
"TokenExID":"YourTokenExID",
"Token":"545454587415454"
}
Response Parameters
Parameter | Type | Description |
---|---|---|
Hash | string | Hash value returned that can be sent to Kount |
Success | bool | Indicator if the result was successful or not |
ReferenceNumber | string | Reference number for the TokenEx transaction |
Error | string | Error Code and human-readable description |
{
"Error":"",
"ReferenceNumber":"15102913382030662954",
"Success":true,
"Hash":"150"
}
Updated about 3 years ago