v1

latestOpenAPI 3.1.02026-07-2469193340.0 KB
Clients

Update Client

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.

patch/clients/{client_id}

Request body

business_namesstring[]

The business/trading names registered to the client's legal entity. For individual clients, this should be the client's legal name.

legal_namestring

The legal name of the client.

registered_addressstring

The registered address of the client.

website_urlstring

The website URL of the client.

Example request

{
  "business_names": [
    "Business Name 1",
    "Business Name 2"
  ],
  "contact_information": {
    "contact_name": "Contact Name",
    "email": "contact@example.com",
    "phone": "+61400123456"
  },
  "legal_name": "Legal Name Pty Ltd",
  "registered_address": "123 Street, City, Country",
  "website_url": "https://example.com"
}

Response

accepted