---
title: "Update a business customer profile"
method: PATCH
path: "/kyc/customer_profiles/{customer_profile_id}"
---

# Update a business customer profile

`PATCH /kyc/customer_profiles/{customer_profile_id}`

[Available in Sandbox/Production environment] Update a business customer profile on our platform.

## Path parameters

- `customer_profile_id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Request body

- object
  - `customerName` string — Customer's full name (50 alphanumeric with spaces)<br>Regex: `/^(?=.{1,50}$)[a-zA-Z0-9 ]+$/`
  - `tradingName` string — The brand or trading name of the business, if different from the legal entity name (`customerName`).<br>Length: 1 - 50 characters.<br>Regex: `/\A[\x20-\x3B\x3D\x3F-\x7E]{1,50}\z/`<br><br><strong>Note:</strong> If provided, this name will be used for PayNow registration instead of the legal entity name. If absent, the PayNow registration falls back to `customerName`.
  - `registrationIdCountry` string — Customer's registration ID country (2 digit ISO country code) from https://www.iban.com/country-codes <br>Regex: `/^[A-Z]{2}$/`
  - `registrationIdType` string — Customer's registration ID type<br>Only accepts `business_reg_no`
  - `registrationId` string — UEN of company (4 to 35 alphanumeric)<br>Regex: `%r{\A[a-zA-Z0-9/\-?:().,'+ ]{4,35}\z}`
  - `placeOfBiz` string — Customer's principal place of business if it is different from registered address. Otherwise, provide registered address. <br>Regex: `/^\s*.{1,255}\s*$/`
  - `placeOfBizCountry` string — Customer's principal place of business country (2 digit ISO country code) from https://www.iban.com/country-codes <br>Regex: `/^[A-Z]{2}$/`
  - `countryOfIncorporation` string — Customer's country of incorporation (2 digit ISO country code) from https://www.iban.com/country-codes <br>Regex: `/^[A-Z]{2}$/`
  - `dateOfIncorporation` string, date — Date must be in 'YYYY-MM-DD' format<br>Regex: `/^\d{4}-\d{2}-\d{2}$/`
  - `address` object — Customer's registered address<br>Required field if CP is a Indonesian profile
    - `street` string — Regex: `/^(?=.{1,180}$)[a-zA-Z0-9\-?:().,' +]+$/`
    - `city` string — Regex: `/^(?=.{1,20}$)[a-zA-Z0-9\-?:().,' +]+$/`
    - `postalCode` string — Regex: `/^[A-Za-z0-9\- ]{2,20}$/`
    - `state` string — Regex: `/^(?=.{1,15}$)[a-zA-Z0-9\-?:().,' +]+$/`
    - `country` string — Must be an alpha-2 country code. Please refer to the following document for the accepted values: https://www.iban.com/country-codes<br>Regex: `/^[A-Z]{2}$/`

## Response `200`

200

- object
  - `data` object
    - `id` string — Unique customer profile ID.
    - `type` string — Request type.
    - `attributes` object
      - `customerName` string — Customer's full name.
      - `tradingName` string — The brand or trading name of the business, if different from the legal entity name (`customerName`).
      - `registrationType` string — Customer's registration type.
      - `registrationIdType` string — Customer's registration ID type.
      - `registrationIdCountry` string — The country that issues the ID.
      - `registrationId` string — UEN of company.
      - `address` object — Customer's operating address.
        - `street` string — Street address.
        - `city` string — City name.
        - `postalCode` string — Postal or ZIP code.
        - `state` string — State or region.
        - `country` string — Country code.
      - `placeOfBiz` string — Customer's principal place of business if it is different from registered address.
      - `placeOfBizCountry` string — Customer's principal place of business country.
      - `countryOfIncorporation` string — This is country that incorporates the business.
      - `dateOfIncorporation` string — Company's date of incorporation.
      - `verificationStatus` string — Customer profile's verification status.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
