Idempotent Request
POST https://api.razorpay.com/v1/payouts
To make a request idempotent, add the header
X-Payout-Idempotency
to the request and pass an idempotency key against it.
An idempotency key is a unique value generated by you. Our servers use this key to recognize subsequent retries of the same request.
The idempotency key (4-36 characters) can only contain alphabets, numbers, hyphens, underscores and space. For example,
53cda91c-8f81-4e77-bbb9-7388f4ac6bf4
. We recommend you generate the key using a version 4 (random) UUID generator.
Know more about Idempotent Requests .
Request Body
{"account_number"=>"7878780080316316", "fund_account_id"=>"fa_00000000000001", "amount"=>1000000, "currency"=>"INR", "mode"=>"IMPS", "purpose"=>"refund", "queue_if_low_balance"=>true, "reference_id"=>"Acme Transaction ID 12345", "narration"=>"Acme Corp Fund Transfer", "notes"=>{"notes_key_1"=>"Tea, Earl Grey, Hot", "notes_key_2"=>"Tea, Earl Grey… decaf."}}
HEADERS
| Key | Datatype | Required | Description |
| X-Payout-Idempotency
| string | | |
RESPONSES
status: ``