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

# Settlements APIs

> List of Settlements APIs and Instant Settlements (On-demand Settlement) APIs available to perform actions.

<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>
  <span>🇺🇸 United States</span>
</div>

You can use the Settlement APIs to perform various actions. You can perform a few of these actions from the Dashboard as well.

## List of Settlements API

The table below lists the various Settlement APIs and gives a brief description of each API:

| API                                                           | Description                                                                                                                    |
| ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| [View All Settlements](/docs/api/settlements/fetch-all)       | API to view all settlements.                                                                                                   |
| [View Settlements by Id](/docs/api/settlements/fetch-with-id) | API to view settlement details by providing the settlement id.                                                                 |
| [Settlement Recon](/docs/api/settlements/fetch-recon)         | API to view all transactions such as payments, refunds, transfers and adjustment settled to you for a particular day or month. |

List of Instant Settlements APIs:

| Term                                                                                                | Description                                                                                       |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| [Create Instant Settlements](/docs/api/settlements/instant/create)                                  | API to create an Instant Settlement.                                                              |
| [Fetch all Instant Settlements](/docs/api/settlements/instant/fetch-all)                            | API to view all Instant Settlements.                                                              |
| [Fetch Instant Settlements by id](/docs/api/settlements/instant/fetch-with-id)                      | API to view Instant Settlement details by providing the settlement id.                            |
| [Fetch all Instant Settlements with Payout Details](/docs/api/settlements/instant/fetch-all-payout) | API to retrieve payout details as part of the response for all instant settlements requests.      |
| [Fetch Instant Settlements with Payout ID](/docs/api/settlements/instant/fetch-with-id-payout)      | API to retrieve payout details as part of the response for a specific instant settlement request. |

### Related Information

* [About Settlements](/docs/payments/settlements)
* [Settlements - Dashboard Actions](/docs/payments/settlements/dashboard)
* [Settlement FAQs](/docs/payments/settlements/faqs)
