Used to update card status
Request
Body Params application/json
{
"user_id": 0,
"card_id": 0,
"alter": "ACTIVATE",
"pin": "string"
}
Request Code Samples
curl --location --request POST '/card/update_status' \
--header 'Merchant-ID;' \
--header 'X-HMAC;' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"card_id": 0,
"alter": "ACTIVATE",
"pin": "string"
}'
Responses
application/json {
"message": "Operation requested"
}
Modified at 2025-08-04 15:22:51