Change Business Name

Customise the business name appearing on the Checkout section of the Payment Link payment request page using Razorpay APIs.


You can change the business name that appears on the Checkout section of the Payment Link's payment request page.

Request Parameters🔗

List of request parameters to be used with the Create Payment Link API to customize your business name.

options

array Option to customize the business name. Parent parameter under which the checkout child parameter must be passed.

checkout mandatory

array The parameter for the checkout section. name and description are its children.

name optional
string Used to change the business name that appears on the Checkout section of the Payment Link's payment request page.
×