Create Instant Settlement
POST https://api.razorpay.com/v1/settlements/ondemand
Create an on-demand settlement using this API. Here, amount
is a mandatory parameter.
Know more about the Create an On-demand Settlement API.
Request Body
{"amount"=>50000, "max_balance"=>0, "description"=>"Need this to make vendor payouts", "notes"=>{"notes_key_1"=>"Tea, Earl Grey, Hot", "notes_key_2"=>"Tea, Earl Grey… decaf."}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |