-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Program API interface to show usage:
buyer = balanced.Buyer.new( <account details> )
subscription = balanced.Subscription.get( <subscription id/name> )
subscription.enroll( buyer )For reasoning. As a Balanced user I should not have to perform manual subscription handling, unless I need that control. Balanced should handle subscription creation, pricing, subscription interval, and apply filters to the subscription to effect payments, such as coupons.
I currently handle the subscription process, but have noticed that other services offer the above through their API thus removing the work further from me and allowing me to focus on my application instead of intricate details that ultimately I should not have to worry about.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels