---
title: "Edit a customer"
method: PATCH
path: "/customers/{customerId}"
tags: ["Customers"]
---

# Edit a customer

`PATCH /customers/{customerId}`

Edit details of a particular customer using its ID as a reference. Current editable fields: complianceData

## Path parameters

- `customerId` string, required

## Response `200`

Successfully updated the existing customer

- AccountCustomer — A Customer is a single legal entity that can have 1 or more accounts
  - `id` string — Unique identifier for a Customer. Begins with 'C'
  - `name` string — Customer's company name - must be unique across the Modulr platform.
  - `brandNames` AccountBrandNameResponse[] — The customers brand name(s)
    - `id` string — Unique id for the Brand Name
    - `name` string — The Brand Name
  - `type` string — Type of the customer, can be one of: 1. LLC -> limited company 2. PLC -> publicly listed company 3. SOLETRADER -> sole trader 4. OPARTNRSHP -> ordinary partnership 5. LPARTNRSHP -> limited partnership 6. LLP -> limited liability partnership 7. INDIVIDUAL -> individual consumer 8. PCM_INDIVIDUAL -> partner clearing model individual consumer 9. PCM_BUSINESS -> partner clearing model business consumer
  - `status` 'ACTIVE' | 'CLOSED' | 'BLOCKED' — Status of the Customer. Customers must be 'Active' for Accounts to be created for them.
  - `verificationStatus` string — How the identity of the Customer has been verified. Can be: 1. UNVERIFIED -> no verification checks have been completed 2. VERIFIED -> verification checks completed satisfactorily 3. EXVERIFIED -> verification completed externally 4. REFERRED -> verification is pending manual review 5. DECLINED -> verification is complete with a negative result 6. REVIEWED -> verification check has been reviewed
  - `companyRegNumber` string — The company registration / incorporation number of the company. Only applicable for companies registered with Companies House
  - `expectedMonthlySpend` integer — Indication of the monthly spend of the customer.
  - `registeredAddress` AccountAddressResponse — Address
    - `addressLine1` string
    - `addressLine2` string
    - `postTown` string
    - `postCode` string
    - `country` string
    - `countrySubDivision` string
  - `tradingAddress` AccountAddressResponse — Address
    - `addressLine1` string
    - `addressLine2` string
    - `postTown` string
    - `postCode` string
    - `country` string
    - `countrySubDivision` string
  - `partnerId` string — The owning partner identifier
  - `associates` AccountAssociateResponse[] — Array of associate objects that link to the Customer. For example, this could contain the details of the company directors for a Limited company, or or the partners for a partnership.
    - `id` string — Unique id for the Associate
    - `firstName` string — Associate's first name(s)
    - `middleName` string — Associate's middle name
    - `lastName` string — Associate's surname
    - `email` string — Associate's email address
    - `phone` string — Associate's phone number, in international number format
    - `applicant` boolean — Indicates which Associate originally applied for the Modulr account
    - `ownership` integer — The Associate's percentage ownership of the Customer
    - `type` string — Describes the relation between the Associate and the Customer. Can be one of
    - `dateOfBirth` string — Associate's date of birth in format yyyy-MM-dd, or format yyyy-MM where day is unknown
    - `verificationStatus` string — How the Associate was verified. Can be one of
    - `homeAddress` AccountAddressResponse — Address
      - `addressLine1` string
      - `addressLine2` string
      - `postTown` string
      - `postCode` string
      - `country` string
      - `countrySubDivision` string
    - `documentInfo` AccountDocumentInfo[] — Documents gathered during Customer Due Diligence checks on an Associate.
      - `path` string, required
      - `fileName` string, required
      - `uploadedDate` string, required — Valid date. Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000
    - `additionalPersonalIdentifiers` AccountAdditionalPersonalIdentifierResponse[] — Additional personal identifier(s)
      - `type` 'BSN' — The type of Additional Personal Identifier
      - `value` string — Additional Personal Identifier value
    - `complianceData` AccountAssociateComplianceDataResponse
      - `relationship` string
  - `industryCode` string
  - `tcsVersion` integer — Version of the Modulr Account Terms and Conditions the Customer has agreed to.
  - `documentInfo` AccountDocumentInfo[] — Array of document objects that relate to the Customer being created. Examples of Documents could be proof of a Company Director's identity or address, Articles of Association or a Partnership Agreement.
    - `path` string, required
    - `fileName` string, required
    - `uploadedDate` string, required — Valid date. Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000
  - `externalReference` string
  - `createdDate` string, date-time — Datetime when the customer was created.Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000
  - `delegate` AccountDelegateResponse — Delegate
    - `id` string — Unique reference for the Delegate.
    - `name` string — Name for the Delegate
    - `address` AccountAddressResponse — Address
      - `addressLine1` string
      - `addressLine2` string
      - `postTown` string
      - `postCode` string
      - `country` string
      - `countrySubDivision` string
    - `roleId` string — The id of the Role assigned to the delegate
    - `externalReference` string — External system reference for the Delegate
    - `partner` string — Partner Bid.
    - `status` string — Status of the Delegate.
    - `created` string, date-time — Datetime the Delegate was created.Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000
    - `updated` string, date-time — Datetime the Delegate was last updated.Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000
  - `legalEntity` 'GB' | 'NL' | 'IE' — Legal entity of the customer
  - `customerTrust` AccountCustomerTrustResponse
    - `trustNature` 'BARE_TRUSTS' | 'INTEREST_IN_POSSESSION_TRUSTS' | 'DISCRETIONARY_TRUSTS' | 'ACCUMULATION_TRUSTS' | 'MIXED_TRUSTS' | 'SETTLOR_INTERESTED_TRUSTS' | 'NON_RESIDENT_TRUSTS' | 'OFFSHORE_TRUSTS' | 'FAMILY_LIVING_TRUST' | 'PILOT_TRUST' | 'VULNERABLE_BENEFICIARY_TRUST' | 'CHARITABLE_TRUSTS' | 'IRREVOCABLE_LIFE_INSURANCE_TRUST' | 'TESTAMENTARY_TRUSTS' | 'OTHER'
  - `taxProfile` AccountCustomerTaxProfileResponse
    - `taxIdentifier` string — Tax identifier for customers of type SOLETRADER. Optional for type SOLETRADER, not to be set for non-SOLETRADER customers.
  - `complianceData` AccountCustomerComplianceDataResponse
    - `typeDescription` string
    - `riskLevel` 'LOW' | 'MEDIUM' | 'HIGH' | 'UNDETERMINED'
    - `vulnerabilityReasons` string[]
    - `business` AccountBusinessDataResponse
      - `natureOfRelationship` string
      - `expectedTransactionalActivity` AccountExpectedTransactionalActivityResponse
        - `sourceOfFunds` string
        - `monthlyVolume` integer
        - `outboundPaymentJurisdictions` string[]
      - `screeningResults` AccountScreeningResultsResponse
        - `adverseMedia` string[]
        - `peps` string[]
        - `sanctions` string[]
      - `sourceOfWealth` AccountSourceOfWealthResponse
        - `standard` string
        - `pep` string
    - `consumer` AccountConsumerDataResponse
      - `employment` string
      - `natureOfRelationship` string
      - `expectedTransactionalActivity` AccountExpectedTransactionalActivityResponse
        - `sourceOfFunds` string
        - `monthlyVolume` integer
        - `outboundPaymentJurisdictions` string[]
      - `screeningResults` AccountScreeningResultsResponse
        - `adverseMedia` string[]
        - `peps` string[]
        - `sanctions` string[]
      - `sourceOfWealth` AccountSourceOfWealthResponse
        - `standard` string
        - `pep` string
  - `complianceSector` string
  - `generateStatements` boolean — True if the customer is configured to generate statements

## Other responses

- `400` — Bad Request

---

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