Channel hosted page
A channel hosted page is a web page that you can embed into your website to display the payment details of a particular channel to a customer.

There is a hosted_page_url
attribute in the channel details that contains a URL to its hosted page.
{
"data": {
"id": "132c9643-1ec5-4597-acdc-68ec0bd6f521",
"status": "enabled",
"name": "Channel 1",
"description": "My first channel",
"receiver_currency": "EUR",
"pay_currency": "USDC",
"address": "0x8D0bc3d28811A20a4AbC0CB504e08b47f337F91f",
"network": "bnb_smart_chain",
"project_id": "dc48e0ff-f686-4b38-b9f5-d26c8736336b",
"custom_id": "631044494",
"customer_id": null,
"uri": "0x8D0bc3d28811A20a4AbC0CB504e08b47f337F91f",
"hosted_page_url": "https://hosted-page.minfeesandbox.com/channels/132c9643-1ec5-4597-acdc-68ec0bd6f521"
}
}
Settings
You can apply different settings to hosted pages appearance like a specific locale by adding its acronym to the end of the hosted_page_url
value via a query parameter. For example: https://hosted-page.minfeesandbox.com/channels/132c9643-1ec5-4597-acdc-68ec0bd6f521?locale=jp
Below is a list of variables you can use.
locale
string
Can be en
, de
, fr
, es
, pt
, ru
and jp
which means English, German, French, Spanish, Portuguese, Russian or Japanese language. If parameter is not set, the language will be taken from the browser settings.
back_button
boolean
Show/hide a back button on the page. This might be useful if you redirect customers to hosted pages. false
if set by default
Last updated