> ## Documentation Index
> Fetch the complete documentation index at: https://telr-docs.cashfree.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Settlements

Settlements refer to the process of transferring funds to your (merchant) bank account after aggregating the transaction amount and deducting our applicable charges and adjustments (Refunds, Chargebacks, etc).

By streamlining the transfer of funds and providing detailed transaction information, we help you manage your finances efficiently and effectively.

```mermaid theme={null}
flowchart TD
    note1[Payment is queued to settlement engine]
    PS[Payment Successful] --> note1
    note1 --> SE[Settlement Engine]
    
    SE -->|Compute| D{How Much and When?}
    note2[A series of decisions are made on when to settle the transaction, how much to settle]
    D --> note2
    
    D -->|Payout| MB[Your &lpar;Merchant&rpar; Bank Account]
    
    SE -.-> EA[Telr Escrow Bank Account]
    note4[Acquiring bank settles money to Telr]
    note4 --> EA
    
    
    EA -.-> MB
    
    style PS fill:#e6e6fa
    style SE fill:#e6e6fa
    style EA fill:#e6e6fa,stroke-dasharray: 5 5
    style MB fill:#ffb6c1
    style note1 fill:transparent,stroke:none
    style note2 fill:transparent,stroke:none
    style note4 fill:transparent,stroke:none
```

<Tip>
  By default Telr processes your settlements with a frequency of T+2 bank
  working days for a payment done on day T. You can get this updated by filling out the [Support Form](https://telr.cashfree.com/merchants/landing?env=prod\&raise_issue=1).
</Tip>

## Instant Settlements

Telr's Instant Settlements is a powerful tool that allows businesses to receive their funds almost instantly, rather than waiting for the standard T+1 or T+2 settlement cycles. This helps businesses who are in more urgent needs of their funds.
To be eligible for Instant Settlements, businesses must meet specific criteria. To learn more about Instant Settlements, fill out the [Support Form](https://telr.cashfree.com/merchants/landing?env=prod\&raise_issue=1).

## Settlement reversals

There are scenarios when a payout initiated from Telr's bank account to your bank account might get reversed. In these scenarios we mark those settlements are reversed. We also initiate a [webhook to you once a settlement reversal happens](/api-reference/payments/latest/operations/settlement-webhooks).

Here are some common reasons which can lead to a settlement reversal.

<Accordion title="Settlement reversal reasons">
  | Reasons                                                                                                                                                                                        |   |
  | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
  | Due to some technical issues at the bank, your amount will be settled in the next settlement cycle.                                                                                            |   |
  | The IFSC you have provided for the bank account is invalid, Fill out the [Support Form](https://telr.cashfree.com/merchants/landing?env=prod\&raise_issue=1) with the valid IFSC.              |   |
  | Bank account details you have provided are invalid, Fill out the [Support Form](https://telr.cashfree.com/merchants/landing?env=prod\&raise_issue=1) with the updated account details.         |   |
  | Due to some technical error at the bank, your amount will be settled in the next settlement cycle.                                                                                             |   |
  | Due to some technical issues, your amount will be settled in the next settlement cycle.                                                                                                        |   |
  | Settlements to NRE bank accounts is currently not possible, Fill out the [Support Form](https://telr.cashfree.com/merchants/landing?env=prod\&raise_issue=1) with the updated account details. |   |
  | Bank account details you have provided is not active, Fill out the [Support Form](https://telr.cashfree.com/merchants/landing?env=prod\&raise_issue=1) with the updated account details.       |   |
  | You have exceeded the transfer limit for this settlement cycle. We will process your settlement in the next settlement cycle.                                                                  |   |
  | Beneficiary name you have provided is incorrect, Fill out the [Support Form](https://telr.cashfree.com/merchants/landing?env=prod\&raise_issue=1) with the updated details.                    |   |
  | Unable to settle amount to this beneficiary account, Fill out the [Support Form](https://telr.cashfree.com/merchants/landing?env=prod\&raise_issue=1) with the updated account details.        |   |
  | Your bank account details or the IFSC you have provided is invalid, Fill out the [Support Form](https://telr.cashfree.com/merchants/landing?env=prod\&raise_issue=1) with the updated details. |   |
  | Bank account details you have provided is invalid, Fill out the [Support Form](https://telr.cashfree.com/merchants/landing?env=prod\&raise_issue=1) with the updated details.                  |   |
</Accordion>
