Request
Body Params application/json
{
"email": "string",
"template_id": 0,
"dial_code": "string",
"phone_number": "string",
"kyc_data": {
"first_name": "string",
"last_name": "string",
"gender": "MALE",
"date_of_birth": "string",
"identification_type": "PASSPORT",
"identification_number": "string",
"front_img_base64": "string",
"back_img_base64": "string",
"handheld_img_base64": "string",
"issue": 0,
"expiry": 0,
"country_code": "string",
"region": "string",
"city": "string",
"postcode": "string",
"address_line": "string"
}
}
Request Code Samples
curl --location --request POST '/user/register' \
--header 'Merchant-ID;' \
--header 'X-HMAC;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"template_id": 0,
"dial_code": "string",
"phone_number": "string",
"kyc_data": {
"first_name": "string",
"last_name": "string",
"gender": "MALE",
"date_of_birth": "string",
"identification_type": "PASSPORT",
"identification_number": "string",
"front_img_base64": "string",
"back_img_base64": "string",
"handheld_img_base64": "string",
"issue": 0,
"expiry": 0,
"country_code": "string",
"region": "string",
"city": "string",
"postcode": "string",
"address_line": "string"
}
}'
Responses
application/json Modified at 2025-09-29 09:40:59