Change Merchant Name and Description

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

Learn how to customize the merchant name and description appearing on the Checkout section of the Payment Link payment request page.

Request Body

{"amount"=>1000, "currency"=>"INR", "accept_partial"=>true, "first_min_partial_amount"=>100, "reference_id"=>"#2234542", "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, "options"=>{"checkout"=>{"name"=>"Lacme Corp"}}}

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: ``