Y
Hacker News
new
|
ask
|
show
|
jobs
by
erikrothoff
3266 days ago
Subscription billing API that deals with reminders, renewals, e-mails/cancellations, etc. Everything related to that. All existing solutions don't work well if revenue per user is a "measley" 2 USD per month.
3 comments
BatFastard
3266 days ago
So a "Low cost" billing API, everyone's dream!
link
frenchie4111
3266 days ago
"Low cost" could be 5% of charges. Use stripe under the hood, so you make 2.1%. Not too bad for a stripe wrapper.
link
desdiv
3266 days ago
Stripe's pricing is 2.9% + 30¢, so the fee for a $2 payment would be 36¢, effectively 18%.
link
erikrothoff
3266 days ago
We're paying the 18% already for our $2 transaction... Another 5% on that sounds doable.
link
frenchie4111
3266 days ago
This is definitely one of those problems that while I was implementing it every day I would think "Why the hell do I have to do this myself"
link
tejasm
3266 days ago
Try ChargeBee? Solves a lot of subscription-related problems. It's a product and not API.
link
whiskers08xmt
3266 days ago
What would be an acceptable percentage to pay? Are we talking 10% or 2%?
link