- Prefill customer data
- Connect a customer (
customer_ident) - Redirect after payment
- Change amount and currency (variants)
- Manage pay links in the dashboard
https://pay.zbx.boomfi.xyz. Below, <PAYLINK_URL> means that full URL (for example https://pay.zbx.boomfi.xyz/<PAYLINK_ID>).
Prefill customer data
Append identity query parameters so the customer does not re-type data you already hold:
*Required only when the merchant enabled that field at paylink / checkout configuration.
Connect a customer
Bind the session to a customer id you already store withcustomer_ident:
Redirect after a successful payment
Passredirect_to with a URL-encoded destination. If the pay link itself has no redirect configured, the query value is used.
Skip redirect delay
By default a short countdown (about 10 seconds) runs before redirect. Skip it with:Payment id on redirect
The redirect destination receives apid query parameter with the payment id so you can fetch payment details from the API:
https://mapi.zbx.boomfi.xyz/v1 with your API credentials. See the Payments operations in the API reference.
Change amount and currency
Generate a variant URL when the quoted amount or currency must change at send time (top-ups, tips in addition to a base amount, alternate quote currency):- Call the Generate variant URL paylink endpoint (see API reference)
- Pass
amountand/orcurrency - Optionally pass
customer_identandredirect_to
Manage pay links
Open:https://merchants.zbx.boomfi.xyz/dashboard/pay-links

- Inspect main, link, and checkout settings
- Review transactions on that link
- Edit most fields via the overflow menu, or deactivate the link