Skip to main content
Payment links (paylinks) collect crypto payment without building your own checkout UI. Create them in the dashboard or via the API, then share the URL.

Dashboard

  1. Open https://merchants.zbx.boomfi.xyz/dashboard/pay-links
  2. Create a pay link and enter name, amount, currency, payment type (one-time or recurring), and after-completion behaviour
  3. Share the generated URL with your customer
ZBX payment links list ZBX create payment link

Create via API

Notable fields

List and manage

Batch update/delete endpoints are also available under /paylinks/batch. Variant URLs can be generated for specialised checkout flows (/paylinks/generate-variant/{paylinkId}): see Paylink Features.

Events

Successful customer payment arrives as Payment.Updated with status Succeeded. Creating or updating plans/paylinks can emit Plan.Created / Plan.Updated. See Event Types.

Next steps