Skip to main content
When a customer opens a payment link, ZBX hosts checkout at https://pay.zbx.boomfi.xyz: they connect a wallet or follow the configured payment methods and complete the transfer on a supported network.

How it fits together

  1. You create a Payment Links in the dashboard or API
  2. You send the checkout URL (email, your website, in-app browser)
  3. Customer completes payment
  4. Your backend receives webhooks and updates order state

After completion

In the dashboard paylink builder you can:
  • Show a confirmation screen (default or custom message)
  • Redirect to your own success URL
  • Optionally allow repeat payments without a duplicate-payment acknowledgement
ZBX checkout success settings

Redirect from your app

Trust server-side confirmation only

Do not ship digital goods based solely on the browser landing on a success URL. Always verify Verify Webhook Signatures and treat Payment.Updated with a successful status as authoritative.

Transactions

Inspect payments under https://merchants.zbx.boomfi.xyz/dashboard/transactions. ZBX transactions list

Next steps