Hacker News new | ask | show | jobs
by mcdougle 4063 days ago
What service might I use if I needed to fulfill the following requirements:

1) Say I already have a customer -- he already paid a signup fee and we charge him monthly, so he's already put in his credit card information. At a later date, we need to charge him for something other than his monthly subscription fee. This is something he can do himself by logging in, but also something the site administrator needs to be able to do by selecting his account and clicking a button. In this case, we do not want the user to have to re-enter his credit card information; we want this part to be seamless. Is there a payment API that can do this -- random one-off charges against an existing account without the user having to sign into the third-party service himself?

2) Is there a service that charges bank accounts directly -- as in they enter their bank account number instead of a credit card number? Other than PayPal --they seem to be the only one that does this.

1 comments

For 2), it looks like Balanced payments accepts ACH debits.

https://www.balancedpayments.com/ach-debits

Apparently not any more. Balanced shutting down (RIP)

https://www.balancedpayments.com/stripe/faq

I emailed them with a question and that's the response I got. Too bad, there seems to be a need out there for an automated bank account payment API.
Oh yikes, thanks. Listen to this guy.
That's awesome!

If I can do recurring payments with that, it might make things a hell of a lot easier! Thanks!