This endpoint can freeze the card, and transactions cannot be made after freezing
Request
Body Params application/json
{
"cardId": "CIDV250422811287109"
}
Request samples
curl --location --request POST 'https://api-test.tevaupay.com/openapi/card/freezeCard' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardId": "CIDV250422811287109"
}'
Responses
application/json {
"code": 0,
"msg": "SUCCESS",
"data": {
"freeze": true
},
"ok": true
}
Modified at 2025-07-29 03:18:53