Create Payout Link (using customer_id)
POST https://api.razorpay.com/v1/payout-links
Use this API to create a Payout Link.
Request Body
{"account_number"=>"account_number", "contact"=>{"id"=>"{cont_id}"}, "amount"=>1000, "currency"=>"INR", "purpose"=>"refund", "description"=>"Payout link for Gaurav Kumar", "receipt"=>"Receipt No. 1", "notes"=>{"random_key_1"=>"Make it so.", "random_key_2"=>"Tea. Earl Grey. Hot."}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``