---
title: "Customer Create"
method: POST
path: "/digitalgold/createuser"
---

# Customer Create

`POST /digitalgold/createuser`

## Headers

- `client-id` string, required
- `client-secret` string, required
- `Content-Type` string, required

## Request body

- object
  - `mobile` string, required — Customer Mobile Number
  - `name` string, required — Customer Name
  - `dob` string, required — Date of Birth of Customer (Format Should be - YYYY-MM-DD) Eg: 2000-03-05
  - `email` string, required — Email ID of the Customer
  - `client_referenceId` string, required — Unique Client Reference ID
  - `pincode` string, required — PIN Code of the Location of Customer
  - `nominee_name` string — Name of the Nominee of Customer
  - `nominee_relation` string — Nominee Relation With Customer Like (Brother, Sister, Father, etc.)
  - `nominee_dob` string — Date of Birth of Nominee (It should be Above 18 Year)

## Response `200`

200

- object
  - `status` string
  - `statusCode` string
  - `message` string
  - `data` object
    - `unique_id` string
    - `name` string
    - `email` string
    - `mobile` string
    - `dob` string
    - `city` unknown
    - `state` string
    - `pincode` string
    - `nominee_name` string
    - `nominee_relation` string
    - `nominee_dob` string
    - `kyc_status` string
  - `acknowledged` string

---

[API](https://skmtc.net/aeronpay/apis/merchant-onboarding.md) · [All operations](https://skmtc.net/aeronpay/apis/merchant-onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aeronpay/merchant-onboarding/versions/1027c0f514b1/schema)
