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 Subscriptions #3

Open
mahmoudimus opened this issue Apr 5, 2013 · 2 comments
Open

Automatic Subscriptions #3

mahmoudimus opened this issue Apr 5, 2013 · 2 comments

Comments

@mahmoudimus
Copy link
Contributor

(migrated from balanced/balanced-api#183)

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.

@SecurityForUs
Copy link

I mentioned this on IRC last year mate, glad to see this being implemented though. Will definitely bring in some use as I know a few people who would like this.

@mcandre
Copy link

mcandre commented May 23, 2013

👍

Yes, please! Currently, PopPoney is the only online peer-to-peer payment system that offers this extremely useful feature. Not even PayPal does this.

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

3 participants