Used for applying for cards.
Request
Body Params application/json
{
"user_id": 0,
"template_id": 0,
"deposit_amount": 0
}
Request Code Samples
curl --location --request POST '/card/apply' \
--header 'Merchant-ID;' \
--header 'X-HMAC;' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"template_id": 0,
"deposit_amount": 0
}'
Responses
application/json {
"card_id": 12345,
"card_number": "1234 **** **** ****",
"status": "TBA"
}
Modified at 2025-10-20 12:41:14