Hash
POST/FraudPrevention/Hash
Hash is used to generate a Kount KHASH value from a tokenized credit card PAN that can be sent to Kount's fraud prevention platform.
Request
Header Parameters
tx-tokenex-id stringrequired
Your TokenEx token vault identifier or vaultless tokenization profile.
Default value:
8149339711073860
tx-apikey stringrequired
Provides access to one or more functions in the TokenEx API.
Default value:
9nRH8CsmeV0hxjV4EFqlyzycGMuRjJsqksTY9BEv
- application/json
Body
token stringrequired
The token representing the credit card PAN to hash.
Default value:
411111245ShO1111
Responses
- 200
200
- application/json
- Schema
- Example (from schema)
- Result
Schema
hash string
Example:
41111193FBKM1EIVIXVP
referenceNumber string
Example:
22013015293050518945
success boolean
Default value:
true
Example:
true
error string
Example:
message string
Example:
Get Kount Hash Value Successful!
{
"hash": "41111193FBKM1EIVIXVP",
"referenceNumber": "22013015293050518945",
"success": true,
"error": "",
"message": "Get Kount Hash Value Successful!"
}
{
"hash": "41111193FBKM1EIVIXVP",
"referenceNumber": "22013015293050518945",
"success": true,
"error": "",
"message": "Get Kount Hash Value Successful!"
}
Loading...