---
title: "Update Profile"
method: POST
path: "/digitalgold/user/updateproflie"
---

# Update Profile

`POST /digitalgold/user/updateproflie`

## Headers

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

## Request body

- object
  - `unique_id` string, required — Unique ID of Customer, Which you will be received in Customer Create API Response
  - `mobile` string — Customer Mobile Number
  - `email` string — Email ID of the Customer
  - `name` string, required — Customer Name
  - `dob` string — Date of Birth of the Customer
  - `pincode` string, required — Pin Code of the Customer Location
  - `nominee_name` string — Nominee Name of the Customer
  - `nominee_relation` string — Nominee Relation of the Customer
  - `nominee_dob` string — Nominee Date of Birth of the Customer DOB Format Should be (YYYY-MM-DD)
  - `client_referenceId` string, required — Unique Client Reference ID

## Response `200`

200

- object
  - `status` string
  - `statusCode` string
  - `message` string
  - `data` object
    - `unique_id` string
    - `mobile` string
    - `email` string
    - `name` string
    - `dob` string
    - `pincode` string
    - `nominee_name` string
    - `nominee_relation` string
    - `nominee_dob` 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)
