Skip to main content
Update a Business Representative
Update mutable fields on an existing business representative. Use this endpoint to correct or supplement information before the representative’s KYB verification is submitted — for example, to add a tax identification number, update a residential address, add countryOfBirth and nationality for an EEA+ business, or adjust representation details such as title, roles, or ownership percentage. Only include fields you want to change; unspecified fields are left unchanged. Validation runs on the merged representative state. See EEA+ businesses for EEA+ representative requirements.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Business Representative ID

Minimum string length: 1
Example:

"associatedPerson_d972d2f70b9f4d3c8d7cfb32593f395b"

Body

application/json
address
object

The address of the business representative. Required if personalInformation is provided.

Example:
personalInformation
object

Personal information including tax identification details for individual customers. When any tax identification field is provided, all tax identification fields (number, type, country) and address are required. Please refer to the Individual Verification Criteria for the full list of reference.

representationDetails
object

The representation details of the business representative.

Example:

Response

createdAt
string
required

The date and time the business representative was created.

Example:

"2026-03-10T00:00:08.986Z"

customerId
string
required

Customer ID

Example:

"customer_2f283221a9d44ada800ac7f11f640402"

id
string
required

Business Representative ID

Example:

"associatedPerson_d972d2f70b9f4d3c8d7cfb32593f395b"

type
enum<string>
required

Customer type

Available options:
individual
Example:

"individual"

updatedAt
string
required

The date and time the business representative was last updated.

Example:

"2026-03-10T00:00:08.986Z"

verificationProfiles
object[]
required

Array of verification profiles for the business representative.

Example:
email
string

Email address

Example:

"james.wilson@acmecorp.example.com"

phone
string

Phone number

Example:

"+13125559876"

representationDetails
object

Representation details

Last modified on August 24, 2026