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

# Instant Settlements

> Check Razorpay Capital Instant Settlement APIs (On-demand Settlement APIs).

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

This section has information on APIs used as part of Razorpay Capital. With [Instant Settlements](/docs/payments/settlements/instant) (earlier known as On-demand Settlement APIs), you get access to your funds as and when you want. You can manage Instant Settlements using APIs or from the [Dashboard](/docs/payments/settlements/instant#initiate-an-instant-settlement).

<Info>
  **Feature Request**

  This is an on-demand feature. Please raise a request with our [Support team](https://razorpay.com/support/#request) to get this feature activated on your Razorpay account.
</Info>

Fork the Razorpay Postman Public Workspace and try the Instant Settlements APIs using your [Test API Keys](/docs/api/authentication#generate-api-keys).

<a href="https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-dbf2da3b-c795-4e57-b910-cf9a838ee5ea" target="_blank">![Run in Postman](https://run.pstmn.io/button.svg)</a>

<CardGroup cols={2}>
  <Card title="Create an Instant Settlement" href="/docs/api/settlements/instant/create">
    `POST` `https://api.razorpay.com/v1/settlements/ondemand`

    Creates an instant settlement.
  </Card>

  <Card title="Fetch All Instant Settlements" href="/docs/api/settlements/instant/fetch-all">
    `GET` `/v1/settlements/ondemand`

    Retrieves all instant settlements.
  </Card>

  <Card title="Fetch Instant Settlement With ID" href="/docs/api/settlements/instant/fetch-with-id">
    `GET` `/v1/settlements/ondemand/:setlod_id`

    Retrieves instant settlements using id.
  </Card>

  <Card title="Fetch All Instant Settlements With Payout Details" href="/docs/api/settlements/instant/fetch-all-payout">
    `GET` `/v1/settlements/ondemand/?expand[]=ondemand_payouts`

    Retrieves payout details as part of the response for all instant settlements.
  </Card>

  <Card title="Fetch Instant Settlement With ID With Payout Details" href="/docs/api/settlements/instant/fetch-with-id-payout">
    `GET` `/v1/settlements/ondemand/:id?expand[]=ondemand_payouts`

    Retrieves payout details as part of the response for a specific instant settlement.
  </Card>
</CardGroup>

## Related Guides

* [About Instant Settlements](/docs/payments/settlements/instant)
