Hold Settlements For Transfers

POST https://api.razorpay.com/v1/payments/{pay_id}/transfers

When transferring payment to an account, you can choose to put the transfer settlement on hold indefinitely or until a defined time. You can change these settings anytime via this API until the settlement is made. When you put a transfer settlement on hold, the settlement will not happen until you release it.

Request Body

{"transfers"=>[{"amount"=>100, "account"=>"acc_id", "currency"=>"INR", "on_hold"=>1}]}

HEADERS

| Key | Datatype | Required | Description | | content-type | string | | |

RESPONSES

status: ``