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

# Transfers and Related Fees Example

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

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** = RM100.00
    * **Payment Pricing Plan** = 2%
    * **Transfer Fees** = 0.25%
    * **Your Commission** = RM10.00
    * **Amount Transferred to Linked Account** = RM90.00

    | Transaction Details                                                                                      | Your Account Balance (RM)            |
    | -------------------------------------------------------------------------------------------------------- | ------------------------------------ |
    | **Payment received from Customer**                                                                       | 100.00                               |
    | **Gateway Fee Charged on Capture** <br /><br /> Payment Amount \* Pricing Plan <br /><br /> 100 \* 2/100 | <p style={{color: 'red'}}>-2.00</p>  |
    | **Account Balance after Deduction**                                                                      | **98**                               |
    | **Transfer Fee Charged** <br /><br />Transfer Amount \* Pricing Plan<br /><br />90 \* 0.25/100           | <p style={{color: 'red'}}>-0.22</p>  |
    | **Amount Transferred to Linked Account**                                                                 | <p style={{color: 'red'}}>-90.00</p> |
    | **Final Account Balance**                                                                                | **7.78**                             |
  </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** = RM100.00
    * **Payment Pricing Plan** = 2%
    * **Transfer Fees** = 0.25%
    * **Your Commission** = RM10
    * **Amount Transferred to Linked Account 1** = RM30.00
    * **Amount Transferred to Linked Account 2** = RM70.00

    | Transaction Details                                                                                              | Your Account Balance (RM)               |
    | ---------------------------------------------------------------------------------------------------------------- | --------------------------------------- |
    | **Payment received from Customer**                                                                               | 100.00                                  |
    | **Gateway Fee Charged on Capture** <br /><br /> Payment Amount \* Pricing Plan <br /><br /> 100 \* 2/100         | <p style={{color: 'red'}}>-2.00</p>     |
    | **Account Balance after Deduction**                                                                              | **98.00**                               |
    | **Linked Account 1 Transfer Fee Charged** <br /><br />Transfer Amount \* Pricing Plan <br /><br />30 \* 0.25/100 | <p style={{color: 'red'}}>-0.075</p>    |
    | **Amount Transferred to Linked Account 1**                                                                       | <p style={{color: 'red'}}>-30.00</p>    |
    | **Net Account Balance**                                                                                          | **67.92**                               |
    | **Linked Account 2 Transfer Fee Charged** <br /><br />Transfer Amount \* Pricing Plan<br /><br />70 \* 0.25/100  | <p style={{color: 'red'}}>-0.175</p>    |
    | **Amount Transferred to Linked Account 2**                                                                       | <p style={{color: 'red'}}>-70.00</p>    |
    | **Final Account Balance**                                                                                        | <p style={{color: 'red'}}>**-2.25**</p> |

    The transfer happens **only if** you have an account balance equal to or greater than RM2.25.
  </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)
