Prerequisites
- Create an Account
- Authentication from
https://merchants.zbx.boomfi.xyz/dashboard/settings/api-keys - Prefer configuring Settlement Overview so customers can complete crypto payment
Create a paylink
name, amount, currency. Optional fields include type (OneTime or Recurring), interval / intervalCount for subscriptions, account_ids or account_ref for settlement accounts, available_quantity, and expires_at.
The response includes a payment-link identifier and a URL customers can open for checkout. See Payment Links.
Listen for payment success
When the customer pays, ZBX delivers webhook events such asPayment.Updated with status Succeeded. Configure your endpoint and verify signatures before trusting payloads: