Transfers Through Orders

POST https://api.razorpay.com/v1/orders

When you create an order via the Orders API, you can initiate fund transfers by including the transfers parameters in the Order API request payload.

For more information, refer to the API documentation.

Request Body

{"amount"=>200, "payment_capture"=>1, "currency"=>"INR", "transfers"=>[{"account"=>"acc_id", "amount"=>100, "currency"=>"INR", "notes"=>{"branch"=>"Acme Corp Bangalore North", "name"=>"Gaurav Kumar"}, "linked_account_notes"=>["branch"], "on_hold"=>true, "on_hold_until"=>1691222870}, {"account"=>"acc_id", "amount"=>100, "currency"=>"INR", "notes"=>{"branch"=>"Acme Corp Bangalore South", "name"=>"Saurav Kumar"}, "linked_account_notes"=>["branch"], "on_hold"=>false, "on_hold_until"=>nil}]}

HEADERS

| Key | Datatype | Required | Description |

| -------------- | -------- | -------- | ----------- |

| content-type | string | | |