Rename Labels in Payment Details Section

Customise and rename the labels in the Payment Details section of the Payment Links payment request page using Razorpay APIs. Display labels in different languages, for example, Hindi or Tamil.


You can change the labels for fields on the Payment Details section of the Payment Link's payment request page. Instead, you can give custom labels that are specific to your business use case. You may even display labels in a different language.

Given below is the list of fields for which you can rename labels.

  • PAYMENT FOR
  • RECEIPT NO.
  • AMOUNT PAYABLE
  • EXPIRES ON
  • EXPIRED ON
  • DUE
  • PAID
  • AMOUNT PAID
  • ISSUED TO

Original vs Customized Payment Details SectionЁЯФЧ

Given below is a comparison of the Payment Details section before and after the fields are renamed.

Original Payment Details Section

Customized Payment Details Section


Razorpay supports display of labels in different languages.

Request ParametersЁЯФЧ

List of request parameters to be used with the Create Payment Link API to customize the labels in the Payment Details section.

options mandatory

array Parent parameter under which the hosted_page and label child parameters must be passed.

hosted_page mandatory

array The parameter for the Payment Details section. label is its child parameter.

label

array Modifies the labels of fields in the Paymetnt Details section.

description optional
string Changes the label for PAYMENT FOR.
receipt optional
string Changes the label for RECEIPT NO..
expire_by optional
string Changes the label for EXPIRES ON. This appears when an expiry date is set for the Payment Link.
expired_on optional
string Changes the label for EXPIRED ON. This appears when the Payment Link has expired.
amount_payable optional
string Changes the label for AMOUNT PAYABLE.
partial_amount_due optional
string Changes the label for DUE. This appears when a partial payment is made on a Payment Link.
partial_amount_paid optional
string Change the label for PAID. This appears when a partial payment is made on a Payment Link.
amount_paid optional
string Changes the label for AMOUNT PAID. This appears when a full payment has been made against the Payment Link.

├Ч