---
title: "Update Client"
method: PATCH
path: "/clients/{client_id}"
tags: ["Clients"]
---

# Update Client

`PATCH /clients/{client_id}`

There are certain attributes that cannot be updated here such as the ABN, ACN and MCC. Please reach out to the Zepto Compliance team (compliance@zepto.com.au) to have them updated.

## Request body

- ClientsClientUpdateRequest
  - `business_names` string[] — The business/trading names registered to the client's legal entity. For `individual` clients, this should be the client's legal name.
  - `contact_information` object — The contact information of the client. Required if RTP services requested.
    - `contact_name` string — The contact name for the client. Required if RTP services requested.
    - `email` string — The contact email address for the client. Required if RTP services requested.
    - `phone` string — The contact phone number for the client. Required if RTP services requested.
  - `legal_name` string — The legal name of the client.
  - `registered_address` string — The registered address of the client.
  - `website_url` string — The website URL of the client.

## Response `202`

accepted

## Other responses

- `401` — unauthorized
- `403` — forbidden
- `404` — not found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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