Overview
Organizations of typeorganization that want to use Tesouro payment rails must provide information about their key persons as part of payments onboarding. The key persons include the primary representative, business owners, directors, and executives.
Roles and permissions
To use the/persons* endpoints with an organization user token, this organization user must have a role with the person permission.
If using a partner-level token, no special permissions are needed.
Add a person to an organization
To add a person to an organization, callPOST /entities/{entity_id}/persons:
- An organization can have only one
relationship.representative. id_numberis an optional field.ssn_last_4is an optional field required only for US citizens.
List all persons
To get information about all persons associated with the specified organization, callGET /entities/{entity_id}/persons.
Retrieve a person
To get information about a specific person associated with the specified organization, callGET /entities/{entity_id}/persons/{person_id}.
Edit a person
To edit an existing person of the specified organization, callPATCH /entities/{entity_id}/persons/{person_id}.
Delete a person
To delete an existing person from the list of persons associated with the specified organization, callDELETE /entities/{entity_id}/persons/{person_id}.