Page customization
Compared to the
Understand how to integrate the payment form into your product.
Payment form
, the Payment page offers fewer customization options but simplifies the process. There is no need for CSS files, as all required parameters are included in the
Payment page
API
Customize the appearance and content of the Payment page using a dedicated object:
- Public name ▸
public_name
Display the shop’s name on the Payment page by entering it in the HUB Public Information section. - Order title ▸
order_title
Specify the name of the goods or services being sold, which will be visible to customers on the Payment page. - Order description ▸
order_description
Provide a description of the order, limited to 100 characters. - Payment methods ▸
payment_methods
Include additional payment methods like PayPal by passing the method name in an array. - Button font color ▸
button_font_color
Change the Pay button’s font color by providing a HEX value. - Button color ▸
button_color
Customize the Pay button’s color using a HEX value. - Font name ▸
font_name
Select a font from Google Fonts to use on the Payment page. - Is cardholder visible ▸
is_cardholder_visible
Choose whether to display the cardholder field on the payment page by setting a boolean value. - Terms URL ▸
terms_url
Attach the merchant’s Terms & Conditions URL to a checkbox. - Back URL ▸
back_url
Specify a URL to redirect customers who click the back button, adding a back button to the payment and status pages.
Structure of the payment page
It is important to remember that the Payment page can be opened both on the desktop and mobile, and the location of information, in this case, is different.
Merchant information (name & logo)
This is static information the merchant fills out within the HUB by channel.
Merchants have the option to set the public channel name (it is recommended to use a name with a length of up to 15 characters for displaying the full name on the Back to button) and public channel logo in the Channel Settings section.
If this data is included in the channel settings, both the merchant name and the merchant logo will be displayed on the Payment page.

In the HUB Public Information section, you can define the Channel logo (JPEG, PNG or GIF up to 1024 kb).
Currency values
The amount and currency of the payment are displayed in two places on the Payment page, using the currency sign for popular currencies instead of the ISO currency code.
Order information
The merchant should transmit the order title and description as part of the information sent when requesting the Payment page.
If the merchant uses the subscription flow, we also display information depending on the scenario:
- presence or absence of a trial
- period of charges

Back URL

The typical order of actions is:
- Open the merchant site
- Choose an item for payment
- Go to the payment page
- Click on the back button or link (back to the merchant’s site)
Also, note the maximum limit of 15 characters for “Back to {{merchant name}}
”.
If the merchant name exceeds 15 characters, it will be displayed as “Back to website”.
Payment fields
The fields required to make card payments.
For card payments, we need the card number, the card’s expiration date, and the CVV. The form may contain other fields, such as the cardholder’s name, ZIP code, CURP, and others.

Wallets
The Payment page can display Apple Pay/Google Pay buttons.

Alternative payments
The Payment page serves as a unified portal that streamlines the process of online transactions by offering multiple payment methods without the need for separate integrations.
With easy integration, the platform provides a seamless transaction experience, increasing conversion rates, especially when using popular methods such as PayPal. Supported payment methods include:
- Card payments
- Apple Pay
- Google Pay
- PayPal
- Przelewy24 & Blik in Poland
- Sofort & Giropay in Germany
- iDeal in Netherlands

Terms and Conditions
There is an option to add a link to your policies. If the terms and conditions are not set up, we don’t display them.
The value of terms and conditions (link to them) can be set via:
- channel settings
- for a Payment page request
page_customization.terms_url
The link will be attached to the checkbox.

Legal information

Merchant name
to charge your card for this payment and future payments in accordance with their terms.
Language
The language in which the information is displayed on the Payment page is determined by:
- language parameter passed
- browser language, if the parameter is not passed
In addition, we always leave the user the option to switch to English.

PT, ES, UA, EN, RU, PL