> ## 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.

# Payouts Approval

> List of Payouts Approval API endpoints to approve/reject payout requests.

<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>

In Payouts Approval API, the payout can be reviewed by multiple approvers from your [team](/docs/sg/x/manage-teams) on the same level of approval. However, the payout is not processed until the [owner](/docs/sg/x/manage-teams/create-user-role) approves it.

<br />

Payouts Approval API is not available by default. [Contact support](/docs/sg/x/support) to get this feature activated on your account. To use the Approvals APIs, it is mandatory to be a [Technology Partner](/docs/sg/partners/existing-merchant#become-a-razorpay-partner) and [integrate with OAuth](/docs/sg/partners/technology-partners/onboard-businesses/integrate-oauth). Only then you can make payouts. <br />

<br />

Fork the Razorpay Postman Public Workspace and try the Payouts Approval APIs using your [Test API Keys](/docs/sg/x/dashboard/api-keys). <br />

<br />

<a href="https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-117c93d1-1a79-4958-9067-eb97a3459f08" target="_blank">![Run in Postman](https://run.pstmn.io/button.svg)</a>

<CardGroup cols={2}>
  <Card title="Approve Payouts" href="/docs/sg/api/x/payouts-approval/approve">
    `POST` `/v1/payouts/:id/approve`

    Approves the Payout.
  </Card>

  <Card title="Reject Payouts" href="/docs/sg/api/x/payouts-approval/reject">
    `POST` `/v1/payouts/:id/reject`

    Rejects the Payout.
  </Card>
</CardGroup>

## Related Guides

* [About Approval Workflow](/docs/sg/x/manage-teams/approval-workflow)
* [Set Up Webhooks](/docs/sg/webhooks/setup-edit-payouts)
* [Webhook Payloads](/docs/sg/webhooks)
* [Make Payouts](/docs/sg/api/x/payouts)
