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

# Transfers and Related Fees Example

> Transfers amount and related fee calculations for payments made to Linked Accounts using Route.

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

Following are examples of transfers to Linked Accounts and how Payment Gateway and transfer fees apply to the transactions.

<AccordionGroup>
  <Accordion title="Transfer to Single Linked Account">
    In this example, you are making a transfer to a single Linked Account. Following are the details:

    * **Payment Amount** = ₹1,000.00
    * **Payment Pricing Plan** = 2%
    * **Transfer Fees** = 0.25%
    * **Your Commission** = ₹100.00
    * **Amount Transferred to Linked Account** = ₹900.00
    * **GST Levied** = 18%

    | Transaction Details                                                                                                              | Your Account Balance (₹)              |
    | -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
    | **Payment received from Customer**                                                                                               | 1,000.00                              |
    | **Gateway Fee Charged on Capture** <br /><br /> Payment Amount \* Pricing Plan \* GST <br /><br /> 1000 \* 2/100 \* (1+(18/100)) | <p style={{color: 'red'}}>-23.60</p>  |
    | **The Account Balance after deduction**                                                                                          | **976.40**                            |
    | **Transfer Fee Charged** <br /><br />Transfer Amount \* Pricing Plan \* GST  <br /><br />900 \* 0.25/100 \* (1+(18/100))         | <p style={{color: 'red'}}>-2.66</p>   |
    | **Amount Transferred to Linked Account**                                                                                         | <p style={{color: 'red'}}>-900.00</p> |
    | **Final Account Balance**                                                                                                        | **73.74**                             |
  </Accordion>
</AccordionGroup>

<AccordionGroup>
  <Accordion title="Transfer to Two Linked Accounts">
    In this example, you are making transfers to two Linked Accounts. Following are the details:

    * **Payment Amount** = ₹1,000.00
    * **Payment Pricing Plan** = 2%
    * **Transfer Fees** = 0.25%
    * **Your Commission** = ₹100.00
    * **Amount Transferred to Linked Account 1** = ₹300.00
    * **Amount Transferred to Linked Account 2** = ₹700.00
    * **GST Levied** = 18%

    | Transaction Details                                                                                                                       | Your Account Balance (₹)                 |
    | ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
    | **Payment received from Customer**                                                                                                        | 1,000.00                                 |
    | **Gateway Fee Charged on Capture** <br /><br /> Payment Amount \* Pricing Plan \* GST <br /><br /> 1000 \* 2/100 \* (1+(18/100))          | <p style={{color: 'red'}}>-23.60</p>     |
    | **Account Balance after Deduction**                                                                                                       | **976.40**                               |
    | **Linked Account 1 Transfer Fee Charged** <br /><br />Transfer Amount \* Pricing Plan \* GST  <br /><br />300 \* 0.25/100 \* (1+(18/100)) | <p style={{color: 'red'}}>-0.89</p>      |
    | **Amount Transferred to Linked Account 1**                                                                                                | <p style={{color: 'red'}}>-300.00</p>    |
    | **Net Account Balance**                                                                                                                   | **675.51**                               |
    | **Linked Account 2 Transfer Fee Charged** <br /><br />Transfer Amount \* Pricing Plan \* GST  <br /><br />700 \* 0.25/100 \* (1+(18/100)) | <p style={{color: 'red'}}>-2.07</p>      |
    | **Amount Transferred to Linked Account 2**                                                                                                | <p style={{color: 'red'}}>-700.00</p>    |
    | **Final Account Balance**                                                                                                                 | <p style={{color: 'red'}}>**-26.56**</p> |

    The transfer happens **only if** you have an account balance equal to or greater than ₹26.56.
  </Accordion>
</AccordionGroup>

### Related Information

* [Transfer Funds to Linked Accounts](/docs/payments/route/transfer-funds-to-linked-accounts)
* [Schedule Settlements](/docs/payments/route/schedule-settlement)
* [Payment Reversals](/docs/payments/route/reversal)
* [Refund to Customers](/docs/payments/route/refund)
