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

# Settlements

> Fetch Settlements and Settlements Recon information using Razorpay APIs.

Razorpay [Settlements](/docs/payments/settlements) is the process in which the money received from your customers is settled to your bank account. You can manage settlements using APIs or from the [Dashboard](/docs/payments/settlements/dashboard).

<CardGroup cols={2}>
  <Card title="Fetch All Settlements" href="/docs/api/settlements/fetch-all">
    `GET` `/v1/settlements/`

    Retrieves all settlements.
  </Card>

  <Card title="Fetch Settlements With ID" href="/docs/api/settlements/fetch-with-id">
    `GET` `/v1/settlements/:id`

    Retrieves settlements with id.
  </Card>

  <Card title="Fetch Settlement Recon Details" href="/docs/api/settlements/fetch-recon">
    `GET` `/v1/settlements/recon/combined?year=yyyy&month=mm`

    Retrieves details of all Settlement Recon.
  </Card>
</CardGroup>

## Related Guides

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