Flow
- Create a recurring plan/paylink (
type: Recurring,interval,intervalCount) - Customer completes the first checkout
- Platform issues invoices on schedule
- You handle
Subscription.*andInvoice.*webhooks
Create a recurring paylink
Plans API
List, create, and retrieve plans:GET https://mapi.zbx.boomfi.xyz/v1/planPOST https://mapi.zbx.boomfi.xyz/v1/planGET https://mapi.zbx.boomfi.xyz/v1/plan/{id}
Subscriptions API
GET https://mapi.zbx.boomfi.xyz/v1/subscriptions: listGET https://mapi.zbx.boomfi.xyz/v1/subscriptions/{customerID}: list by customerPOST https://mapi.zbx.boomfi.xyz/v1/subscriptions/{subscriptionID}/invoices: create invoice- Cancel / delete flows as documented in the API reference under Subscriptions
Events to handle
Full detail: Event Types.