Request
Body Params application/json
{
"user_id": 0,
"card_id": 0,
"amount": 0
}
Request Code Samples
curl --location --request POST '/card/recharge' \
--header 'Merchant-ID;' \
--header 'X-HMAC;' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"card_id": 0,
"amount": 0
}'
Responses
application/json {
"success": true,
"message": "Card recharge request sent successfully. Wait for the webhook callback"
}
Modified at 2025-02-09 10:37:25