> ## Documentation Index
> Fetch the complete documentation index at: https://doc-test-my.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).

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

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