> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Stakeholder APIs

> Use the Stakeholder APIs to add stakeholders for an account.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
</div>

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.

<br />

<CardGroup cols={2}>
  <Card title="Create a Stakeholder" href="/docs/sg/api/partners/stakeholder/create">
    `POST` `/v2/accounts/:account_id/stakeholders`

    Creates a stakeholder.
  </Card>

  <Card title="Fetch a Stakeholder With ID" href="/docs/sg/api/partners/stakeholder/fetch-with-id">
    `GET` `/v2/accounts/:account_id/stakeholders/:stakeholder_id`

    Retrieves the details of a stakeholder.
  </Card>

  <Card title="Fetch All Stakeholders" href="/docs/sg/api/partners/stakeholder/fetch-all">
    `GET` `/v2/accounts/:account_id/stakeholders`

    Retrieves the details of all stakeholders.
  </Card>

  <Card title="Update a Stakeholder" href="/docs/sg/api/partners/stakeholder/update">
    `PATCH` `/v2/accounts/:account_id/stakeholders/:stakeholder_id`

    Updates a stakeholder.
  </Card>
</CardGroup>

## Related Guides

* [Sub-merchant Onboarding APIs](/docs/sg/partners/aggregators/onboarding-api)
* [Set Up Webhooks](/docs/sg/partners/aggregators/onboarding-api/webhooks)
* [Webhook Payloads](/docs/sg/webhooks/partners)
