Request
Body Params application/jsonRequired
{
"user_id": 0,
"card_id": 0,
"amount": 0
}
Request Code Samples
curl --location --request POST '/card/withdraw' \
--header 'Merchant-ID;' \
--header 'X-HMAC;' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"card_id": 0,
"amount": 0
}'
Responses
application/json {
"message": "Card withdraw request sent successfully"
}
Modified at 2026-01-19 17:14:45