v1
latestOpenAPI 3.1.02026-07-24890206.3 KBCustomer Create
post/digitalgold/createuser
Headers
client-idstring required
Unique Client ID
client-secretstring required
Unique Client Secret
Content-Typestring required
Request body
Response
200
Example response
{
"status": "SUCCESS",
"statusCode": "200",
"message": "User account created successfully",
"data": {
"unique_id": "APAY22442",
"name": "{{Customer Name}}",
"email": "{{Customer Email ID}}",
"mobile": "{Customer Mobile}}",
"dob": "2001-03-11",
"state": "Maharashtra",
"pincode": "400001",
"nominee_name": "Rakesh Mittal",
"nominee_relation": "Brother",
"nominee_dob": "1995-06-10",
"kyc_status": "Pending"
},
"acknowledged": "1"
}