v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

Customer Create

post/digitalgold/createuser

Headers

client-idstring required

Unique Client ID

client-secretstring required

Unique Client Secret

Content-Typestring required

Request body

mobilestring required

Customer Mobile Number

namestring required

Customer Name

dobstring required

Date of Birth of Customer (Format Should be - YYYY-MM-DD) Eg: 2000-03-05

emailstring required

Email ID of the Customer

client_referenceIdstring required

Unique Client Reference ID

pincodestring required

PIN Code of the Location of Customer

nominee_namestring

Name of the Nominee of Customer

nominee_relationstring

Nominee Relation With Customer Like (Brother, Sister, Father, etc.)

nominee_dobstring

Date of Birth of Nominee (It should be Above 18 Year)

Response

200

statusstring
statusCodestring
messagestring
acknowledgedstring

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"
}