Skip to main content
Settlement accounts define where payment proceeds can settle. You can manage them in the dashboard under Settings → Payments / settlement, or with the Accounts API. Base path: https://mapi.zbx.boomfi.xyz/v1/accounts

List settlement accounts

Filter by exact reference:

Create a settlement account

Use a controlled address you own. chain_id values are documented under Networks and Currencies.

Get, update, delete

  • GET https://mapi.zbx.boomfi.xyz/v1/accounts/{id}
  • PATCH https://mapi.zbx.boomfi.xyz/v1/accounts/{id}
  • DELETE https://mapi.zbx.boomfi.xyz/v1/accounts/{id}
Replace {id} with the numeric account id from create/list responses. When you create a Payment Links, pass account_ids or account_ref so checkout uses the correct settlement targets.

Next steps