Subscriptions
Recurring billing management. View, cancel, pause, and modify active subscriptions.
Recurring revenue, the holy grail. List, inspect, pause, cancel, and reactivate subscriptions — or fetch the latest state from the payment gateway when things get out of sync.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | List subscriptions | Paginated list with filtering and search |
GET | Get subscription details | Detailed info for a specific subscription |
PUT | Cancel subscription | Cancel a subscription |
PUT | Pause subscription | Pause an active subscription |
PUT | Resume subscription | Resume a paused subscription |
PUT | Reactivate subscription | Reactivate a cancelled or expired subscription |
PUT | Fetch from gateway | Sync subscription data from the payment gateway |