Skip to main content
You can use the Stakeholder APIs to add a stakeholder for an account. Each stakeholder will have their KYC. A stakeholder can be a signatory or an owner of the business.

Create a Stakeholder

POST /v2/accounts/:account_id/stakeholdersCreates a stakeholder.

Fetch a Stakeholder With ID

GET /v2/accounts/:account_id/stakeholders/:stakeholder_idRetrieves the details of a stakeholder.

Fetch All Stakeholders

GET /v2/accounts/:account_id/stakeholdersRetrieves the details of all stakeholders.

Update a Stakeholder

PATCH /v2/accounts/:account_id/stakeholders/:stakeholder_idUpdates a stakeholder.