Subscriptions
Build with AI 1 package
A build package is every page for one task, with the API operations they use. Copy the prompt into a coding assistant, or hand it the package itself: slim links to each page, full inlines all of them in one document.
- Take a recurring paymentEverything needed to collect from a customer on a schedule with One API, from the consent the customer gives once through to each collection and the webhook that reports it.
Recurring collections against a mandate the payer authorised once.
Operations
- POST Create Subscription
/subscriptions - GET List Subscriptions
/subscriptions - GET Get Subscription by Id
/subscriptions/{subscriptionId} - POST Create Subscription Transaction
/subscriptions/{subscriptionId}/transactions - GET List Subscription Transactions
/subscriptions/{subscriptionId}/transactions - POST Cancel Subscription
/subscriptions/{subscriptionId}/cancel