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

# Transfer Payments Received Using Payment Links

> Set up Payment Links to automatically transfer payments to a linked account, saving the need for a separate API call.

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

You can configure your **Payment Links** to automatically transfer payments to a **linked account** once the payment is successfully received. This feature saves you the additional step of making a separate Transfer API call.

Check the [transfer payments received using Payment Links API](/docs/api/payments/payment-links/transfer-payments).

## Workflow

Follow these steps to transfer payments received using Payment Links to linked accounts.

### Step 1: Create and Onboard Linked Accounts

You need to use **Razorpay Route** to create and onboard linked accounts. You can do this directly from your Dashboard.

<Warning>
  **Watch Out!**

  * You cannot create transfers on a Payment Link if the `accept_partial` parameter is enabled. Ensure this parameter is set to `false` and that you do not pass the `first_min_partial_amount` parameter.
  * Transfers are currently only supported for Payment Links created using `INR`. You cannot create transfers for Payment Links with an international currency.
</Warning>

### Step 2: Transfer Payments

Use the [API](/docs/api/payments/payment-links/transfer-payments) to transfer payments received using Payment Links.
