Skip to main content

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

ParameterTypeDescription
APIKeystringSee Authentication
TokenExIDstringYour TokenEx ID
TokenstringThe token you wish to obtain a hash value for
{
"APIKey": "YourAPIKey",
"TokenExID": "YourTokenExID",
"Token": "545454587415454"
}

Response Parameters

ParameterTypeDescription
HashstringHash value returned that can be sent to Kount
SuccessboolIndicator if the result was successful or not
ReferenceNumberstringReference number for the TokenEx transaction
ErrorstringError Code and human-readable description
{
"Error": "",
"ReferenceNumber": "15102913382030662954",
"Success": true,
"Hash": "545454E58W8101GXHU4U"
}