Create a Payment Link

POST https://api.razorpay.com/v1/payment_links

You can create a payment link using the Create a Payment Link API .

Request Body

{"amount"=>1000, "currency"=>"INR", "accept_partial"=>true, "first_min_partial_amount"=>100, "expire_by"=>1691097057, "reference_id"=>"TSsd1989", "description"=>"Payment for policy no #23456", "customer"=>{"name"=>"Gaurav Kumar", "contact"=>"+919000090000", "email"=>"gaurav.kumar@example.com"}, "notify"=>{"sms"=>true, "email"=>true}, "reminder_enable"=>true, "notes"=>{"policy_name"=>"Jeevan Bima"}, "callback_url"=>"https://example-callback-url.com/", "callback_method"=>"get"}

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: ``