Modified Request and Response Parameters for Payment Links

Check the Request and Response parameters for the Razorpay APIs that have undergone change and modify your integration accordingly.


New API Version

We are introducing a new version of APIs for Payment Links.


Old API URL:


New API URL:


Some of the

and new ones have been added.

Pass this information to your developers and ask them to change your integration accordingly.

Along with the changes in the API endpoint, some of the Payment Links' request and response parameters have undergone change.

Old ParameterNew ParameterDescription
partial_paymentaccept_partialTo allow customers to make partial payments for a Payment Link. accept_partial must be used in association with the first_min_partial_amount parameter.
first_payment_min_amountfirst_partial_min_amountIf partial payment is allowed, the minimum amount that must be paid as the first payment.
receiptreference_idUser-defined reference number for a Payment Link.
sms_notifynotify.smsDefines who handles the SMS notification to the customer.
email_notifynotify.emailDefines who handles the email notification to the customer.

Was this page helpful?