---
title: "PATCH /customers/{id}"
method: PATCH
path: "/customers/{id}"
---

# PATCH /customers/{id}

`PATCH /customers/{id}`

## Query parameters

- `id` string, required

## Request body

- object
  - `given_name` string — The customer's name
  - `email` string — The customer's email address. Should of the format jane.doe@gmail.com and should not contain any invalid special characters (¢,£,§,©,etc)
  - `mobile` string — The customer's mobile number. Please ensure that the number follows Indonesia's phone number format : +62xxxxxxxxxx or 08xxxxxxxxxx.
  - `customer_ref_id` string — A unique reference ID from the merchant to identify the customer

## Response `200`

---

[API](https://skmtc.net/durianpay/apis/durianpay-api.md) · [All operations](https://skmtc.net/durianpay/apis/durianpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/durianpay/durianpay-api/versions/ffc0e7e8a227/schema)
