Account Holder
Create a new beneficial owner individual or replace the existing control person entity
Create a new beneficial owner individual or replace the control person entity on an existing KYB account holder. This endpoint is only applicable for account holders enrolled through a KYB workflow with the Persona KYB provider. A new control person can only replace the existing one. A maximum of 4 beneficial owners can be associated with an account holder.
post/v1/account_holders/{account_holder_token}/entities
Path parameters
account_holder_tokenstring uuid required
Globally unique identifier for the account holder.
Request body
Example request
{
"address": {
"address1": "123 Old Forest Way",
"city": "Omaha",
"country": "USA",
"postal_code": "68022",
"state": "NE"
},
"dob": "1991-03-08 08:00:00",
"email": "tom@middle-earth.com",
"first_name": "Tom",
"last_name": "Bombadil",
"phone_number": "+15555555555",
"government_id": "111-23-1412"
}Response
OK