API Reference

Change Business Name and Description

You can change the business name that appears on the Checkout section of the Payment Link's payment request page. You can also add a description to appear below the name.

Sample Code🔗

Here is a sample request and response using few of these parameters.

Request Parameters🔗

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

options

array Options 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.
×