Persons ​
A Person represents an individual associated with an Account’s identity (for example, an owner, director, executive, or representative). Use Persons to provide and update identity information for verification and compliance.
Endpoints ​
Create a person ​
- POST /v2/core/accounts/:account_id/persons
Update a person ​
- POST /v2/core/accounts/:account_id/persons/:id
Retrieve a person ​
- GET /v2/core/accounts/:account_id/persons/:id
List persons ​
- GET /v2/core/accounts/:account_id/persons
Delete a person ​
- DELETE /v2/core/accounts/:account_id/persons/:id