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.
List of request parameters to be used with the Create Payment Link API to rename labels of fields related to partial payments.
optionsmandatory
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.
checkoutmandatory
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_labeloptional
string Changes the label for the Minimum first amount field.
partial_amount_labeloptional
string Changes the label for the Make payment in parts field.
partial_amount_descriptionoptional
string Changes the label for the Pay some now and the remaining later field.
full_amount_labeloptional
string Changes the label for the Pay in full field.