Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Subscription #183

Closed
streed opened this issue Nov 10, 2012 · 6 comments
Closed

Automatic Subscription #183

streed opened this issue Nov 10, 2012 · 6 comments

Comments

@streed
Copy link

streed commented Nov 10, 2012

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.

@matin
Copy link
Member

matin commented Nov 11, 2012

This definitely makes sense. There have been several other requests for the same functionality.

@taylorbrooks
Copy link

+1 for this

@mahmoudimus
Copy link
Contributor

Referencing #40

@quellhorst
Copy link

👍

1 similar comment
@kevinholesh
Copy link

+1

@mahmoudimus
Copy link
Contributor

Billy addresses this issue. We will continue the conversation there on balanced/billy#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants