{
"user_phone": "7077070707",
"first_name": "Ivan",
"last_name": "Ivanov",
"card_token": "00000000-0000-0000-0000-000000000000",
"request_id": "9a1c6959-2188-4292-a48e-aeb586204676"
}
curl --location --request POST 'https://api.freedompay.kz/v5/card-api/external/cardholder_validate' \
--header 'X-JWS-Signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_phone": "7077070707",
"first_name": "Ivan",
"last_name": "Ivanov",
"card_token": "00000000-0000-0000-0000-000000000000",
"request_id": "9a1c6959-2188-4292-a48e-aeb586204676"
}'
{
"status": "ok",
"score": "44.37%",
"fishy": 1,
"dt": "2025-05-27T15:22:40Z"
}