Rename Labels in Payment Details Section - Hindi

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

Learn how to customize and rename the labels in the Payment Details section of the Payment Links payment request page using Razorpay API. You can also display labels in a different language, for example, Hindi or Tamil.

Request Body

{"amount"=>1000, "currency"=>"INR", "accept_partial"=>true, "first_min_partial_amount"=>100, "reference_id"=>"#412232", "description"=>"Payment for policy no #23456", "expire_by"=>1599193801, "customer"=>{"name"=>"Gaurav Kumar", "contact"=>"+919000090000", "email"=>"gaurav.kumar@example.com"}, "notify"=>{"sms"=>true, "email"=>true}, "reminder_enable"=>true, "options"=>{"hosted_page"=>{"label"=>{"receipt"=>"Ref No.", "description"=>"Course Name", "amount_payable"=>"Course Fee Payable", "amount_paid"=>"Course Fee Paid", "partial_amount_due"=>"Fee Installment Due", "partial_amount_paid"=>"Fee Installment Paid", "expire_by"=>"Pay Before", "expired_on"=>"Link Expired. Please contact Admin", "amount_due"=>"Course Fee Due"}, "show_preferences"=>{"issued_to"=>false}}}}

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: ``