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

Recurring Payments (aka Subscriptions) #40

Closed
mjallday opened this issue Aug 25, 2012 · 41 comments
Closed

Recurring Payments (aka Subscriptions) #40

mjallday opened this issue Aug 25, 2012 · 41 comments

Comments

@mjallday
Copy link
Contributor

  • Could Balanced support recurring payments?
  • Is anyone interested in this feature?
  • Would it be useful to have these for credits as well as debits?
@dsog
Copy link

dsog commented Aug 26, 2012

I am interested in recurring payments, but I don't know if that should be something handled by the BalancedPayments API or should it be done on the client side. I was planning on maintaining it on my side as I would probably have a little bit more control over the transaction, conditions, and so forth.

@mahmoudimus
Copy link
Contributor

@khussein one possibility is that we open source a recurring payments module that you can just host on your own w/o needing Balanced or we could offer a hosted solution at a cost.

Very similar to how Chef or Puppet work.

@taylorbrooks
Copy link

I like the idea of Balanced allowing developers to create a plan objects where you could choose the amount, the funding source (ACH/credit card), and the interval (bi-weekly, monthly, annually).

Ideally, I'd like Webhooks to know when a buyer changes or cancels their plan. Or if their funding source fails for some reason (card expires, etc.)

@matin
Copy link
Member

matin commented Sep 17, 2012

There are no current plans to provide this functionality, but it can be revisited later.

@matin matin closed this as completed Sep 17, 2012
@mahmoudimus
Copy link
Contributor

+1 - I think recurring billing should work, but it depends on solid event notifications first.

@taylorbrooks
Copy link

I saw this was tagged with "willnotdo" does that mean it's completely off the table?

@matin
Copy link
Member

matin commented Sep 19, 2012

I saw this was tagged with "willnotdo" does that mean it's completely off the table?

@taylorbrooks I had ruled it out for now, but @mahmoudimus and @mjallday have convinced me otherwise. @mjallday is right though. This is dependent on Balanced implementing events and webhooks

@matin matin reopened this Sep 19, 2012
@mahmoudimus
Copy link
Contributor

In terms of team focus, this is a feature we're not focused on at this very moment, so rather than have everyone's hopes up, @matin marked it as will not do and moved on to the more pressing issues -- feel free to correct me, @matin, if I'm wrong. However, I would think that this is a very useful feature and the more +1s for us, the more it makes sense for us to address it.

so, keep pressing us, we're listening :)

@matin
Copy link
Member

matin commented Sep 19, 2012

In terms of team focus, this is a feature we're not focused on at this very moment, so rather than have everyone's hopes up, @matin marked it as will not do and moved on to the more pressing issues -- feel free to correct me, @matin, if I'm wrong. However, I would think that this is a very useful feature and the more +1s for us, the more it makes sense for us to address it.

Yup, but that's properly the wrong approach to communicate the status of an issue. Otherwise, there's a few others where I should have taken the same approach.

To be clear, Balanced will implement a way to perform recurring billing. It's purely a matter for prioritization against other issues defined on GitHub.

@jordanmessina
Copy link

+1 Forge

@jrus
Copy link
Contributor

jrus commented Mar 1, 2013

One way to do recurring payments is to use ChargeBee, which can use Balanced as a back-end payment processor, see https://apidocs.chargebee.com/docs/api/subscriptions

I believe they charge a monthly fee based on the number of users to invoice, and then also pass along fees from their payment processor (e.g. 2.9% + 30¢ for Balanced). For some of you listening here this may be an acceptable fee to avoid having to set up the logic for handling recurring payments yourselves.

I think it would still be nice for Balanced to provide some built-in way of handling recurring payments, but this seems like a good stop-gap.

@rrhyne
Copy link

rrhyne commented Mar 1, 2013

+1 for subscription features. Thanks!

@kyleboddy
Copy link

Really need subscriptions for my business. Thanks!

@taylorbrooks
Copy link

Curious, is this on the docket as a possible feature?

I know there was some discussion of possibly creating an open source library for recurring payments.

Webhooks was a huge win for making something like this happen.

@nighthawk117
Copy link

+1, nice to have - for now we will just re-create feature on our end using api

@Chadh13
Copy link

Chadh13 commented Mar 28, 2013

+1 for subscription / recurring payments support!

@matin
Copy link
Member

matin commented Apr 5, 2013

Recurring billing and other scheduled tasks will be supported through a separate service (maintained by Balanced) called Billy. @mahmoudimus has started the spec.

It's possible that the functionality of Billy will be integrated directly into the core Balanced API.

@matin matin closed this as completed Apr 5, 2013
@chaudhariganesha
Copy link

Any one knows about the recurring payment using balance payment

@briansea
Copy link

I'm interested in this feature!

@JonHMChan
Copy link

+1 for subscriptions and recurring billing

@saman325
Copy link

+1 for subscriptions and recurring billing!

@rralston
Copy link

+1 for subscriptions and recurring billing 👍

@digvan
Copy link

digvan commented Feb 24, 2014

+1

Sent from my iPhone

On Feb 24, 2014, at 12:35 PM, Rupert Ralston notifications@github.com wrote:

+1 for subscriptions and recurring billing


Reply to this email directly or view it on GitHub.

@TrevorHinesley
Copy link

+1

1 similar comment
@jasewilson
Copy link

+1

@josemarluedke
Copy link

+1

@vially
Copy link

vially commented Jun 23, 2014

👍 for subscriptions and recurring billing

@jgadelange
Copy link

+1

1 similar comment
@jonez734
Copy link

+1

@hhalim
Copy link

hhalim commented Aug 26, 2014

+1 need recurring engine

@aarongodert
Copy link

+1 some competitors have this

@milanmalkani
Copy link

+1

@EdgeCaseBerg
Copy link

👍 this would be a great addition to balanced

@riyadc
Copy link

riyadc commented Oct 16, 2014

I need subscription and recurring billing. Please add this feature.

@bmwertman
Copy link

I also need subscription and recurring billing.

@pthor
Copy link

pthor commented Nov 13, 2014

+1

@kingdango
Copy link

If you're planning on taking credit card information for later billing (ie. the next day or a few weeks later) you MUST MUST MUST "claim" the credit card (token) you created immediately after creating it. To claim it you can simply do a GET for the card url (but any API-authenticated call will do). If you don't do this you'll find that the next day (or a few weeks later) the token is NOT FOUND because it was removed as unclaimed. Found this out the hard way...

@chadwtaylor
Copy link

+1 Any lead on this?

@eadonj
Copy link

eadonj commented Feb 27, 2015

+1

@taylorbrooks
Copy link

@mazhar5012 I think it's pretty safe to say this is not going to happen. :)

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

No branches or pull requests