Assign (for Physical cards only)
Request
Body Params application/json
{
"user_id": 0,
"card_number": "string",
"template_id": 0
}
Request Code Samples
curl --location --request POST '/card/assign' \
--header 'Merchant-ID;' \
--header 'X-HMAC;' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"card_number": "string",
"template_id": 0
}'
Responses
application/json Modified at 2025-06-30 12:43:52