Rename Labels in Checkout Section

Customise and rename the labels in the Checkout Section of the Payment Links payment request page using Razorpay APIs.


You can change the labels for the fields related to partial payments.

When you enable partial payments for a Payment Link, the following fields appear in the payment request page:

  • Pay in full
  • Make payments in parts
  • Pay some now and the remaining later
  • Minimum first amount

You can replace the labels for these fields with custom labels that are specific to your business use case. You may even display labels in a different language.

Original vs Customized Checkout Section🔗

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

Original Checkout Partial Payment Field Labels

Customized Checkout Partial Payment Field Labels

Razorpay supports the display of labels in different languages.

Request Parameters🔗

List of request parameters to be used with the Create Payment Link API to rename labels of fields related to partial payments.

options mandatory

array Options to rename the labels for partial payment fields in the checkout form. Parent parameter under which the checkout and partial_payment child parameters must be passed.

checkout mandatory

array The parameter for the Checkout section. partial_payment is its child parameter.

accept_partial

array Modifies labels of fields related to partial payments.

min_amount_label optional
string Changes the label for the Minimum first amount field.
partial_amount_label optional
string Changes the label for the Make payment in parts field.
partial_amount_description optional
string Changes the label for the Pay some now and the remaining later field.
full_amount_label optional
string Changes the label for the Pay in full field.
×