Transfer via Orders
POST https://api.razorpay.com/v1/orders
You can set up a transfer of funds when creating an order using the Orders API. This can be done by passing the
transfers
parameters as part of the Order API request body.
Know more about this API .
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 | | |
RESPONSES
status: ``