v1

latestOpenAPI 3.0.02026-07-247150151.6 KB
Beneficial owners

Update a beneficial owner

Updates a beneficial owner associated with a business

patch/businesses/{business_id}/beneficial_owners/{beneficial_owner_id}

Path parameters

business_idstring required
beneficial_owner_idstring required

Request body

dobstring string

Date of birth in YYYY-MM-DD format.

first_namestring

First name.<br />Has a 1 to 20-character limit. Must start with an alphabet and may only contain alphabets, spaces, and apostrophes.

middle_namestring

Middle name.<br />Has a 20-character limit. Must start with an alphabet and may only contain alphabets, spaces, and apostrophes.

last_namestring

Last name.<br />Has a 2 to 20-character limit. Must start with an alphabet and may only contain alphabets, spaces, and apostrophes.

Example request

{
  "dob": "1980-04-04",
  "first_name": "John",
  "middle_name": "Johnson",
  "last_name": "Doe"
}

Response

Example response

first_namestring required
last_namestring required
dobstring required