Replace the details of a customer under your account. The company is taken from your token, so a customer belonging to another company returns 404. Changing a field used for KYC identity (first, middle or last name, date of birth, or address) pushes the new details to the KYC provider, resets the applicant, and moves the KYC level to REVERIFICATION_REQUIRED, which discards any documents already submitted; the customer must submit them again through a new link from POST /customer/customers/{customerId}/kyc. Sending merchantGroupId moves the customer to that group and clears the current tier; omit it to edit the profile only. Requires the customer.write scope. Send a unique Idempotency-Key header so the request can be safely retried.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Missing, invalid, or expired token
403Insufficient token scope, or client certificate/source IP not allowed
404No customer with this id under your company, or the merchant group was not found
409Another customer in your company already uses this email, or the Idempotency-Key was reused for a different request or is still in progress
500Internal server error
