Payments
Payment Hash Control
Hash control api for payment you can check hash_data is correct or not
post/api/v1/payment/hash_control
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"amount": 1250,
"card_number": "4508034508034509",
"hash_data": "sadsaas3e412",
"language": "tr"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Successful"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.