post https://production.aeronpay.in/api/digitalgold/customercreate
Sample Request:
{
"mobile":"9999988888",
"name":"Rakesh Mittal",
"email":"[email protected]",
"billing_address_line1":"51, Santacruz Road",
"billing_address_line2":"Mumbai",
"billing_city":"Mumbai",
"billing_state":"Maharashtra",
"billing_statecode":"28",
"billing_zip":"400001",
"billing_country":"INDIA",
"billing_mobile":"9999988888",
"delivery_address_line1":"51, Santacruz Road",
"delivery_address_line2":"Mumbai",
"delivery_city":"Mumbai",
"delivery_state":"Maharashtra",
"delivery_statecode":"28",
"delivery_zip":"400001",
"delivery_country":"INDIA",
"delivery_mobile": "9999988888",
"pan_number": "IRWNH1456S",
"client_referenceId":"DIGI1452144526"
}
Sample Response:
{
"status": "success",
"statusCode": "200",
"message": "Customer created successfully",
"data": {
"customer_id": "13",
"name": "Rakesh Mittal",
"email": "[email protected]",
"mobile": "9999988888",
"status": "1",
"billing_address": [
{
"billing_address_id": "28",
"line1": "51, Santacruz Road",
"line2": "Mumbai",
"mobile": "9999988888",
"state": "Maharashtra",
"city": "Mumbai",
"zip": "400001",
"country": "INDIA",
"statecode": "28"
}
],
"delivery_address": [
{
"delivery_address_id": "29",
"line1": "51, Santacruz Road",
"line2": "Mumbai",
"mobile": "9999988888",
"state": "Maharashtra",
"city": "Mumbai",
"zip": "400001",
"country": "INDIA",
"statecode": "28"
}
],
"acknowledged": "1"
}
}