Stripe Would Be Perfect If...
liamkaufman.com
Stripe Would Be Perfect If...
1–10 of 41 posts
Re: Stripe Would Be Perfect If...
#2Re: Stripe Would Be Perfect If...
#3Re: Stripe Would Be Perfect If...
#4Re: Stripe Would Be Perfect If...
#5You can make invoices by using their webhooks ( https://stripe.com/docs/webhooks ). Just email your customers when a billing event occurs
Re: Stripe Would Be Perfect If...
#6However, my perspective is that Stripe sits one level lower on the infrastructure map than a service like Recurly (http://recurly.com) which is designed to abstract the pain of subscription management away from app developers. I use Stripe first and foremost as a best-in-class one-time payment processor. There's nothing stopping me from building a subscription management solution on top of Stripe; I'd just be re-inventing the wheel.
Stripe's subscriptions strike me as a good compromise between nothing at all and something that becomes more sophisticated over time. If they try to stamp out all of those edge cases, they will inevitably break someone else's application that relies on a slightly different interpretation of "the way things are supposed to be".
I sincerely hope that Stripe continues to say No to feature requests far into the future. Where does PDF invoice generation (with HTML templates of course) fit into "the simplest thing that works"? When Stripe notifies you of a sale, generate your own invoice. Maybe even consider open-sourcing that code. Adding it to Stripe is not the best thing to do.
Re: Stripe Would Be Perfect If...
#7Re: Stripe Would Be Perfect If...
#8This is a good write up. This is a challenge for Stripe though. They're a payment gateway that can manage recurring payments. Things like taxes and invoices are usually supported by additional applications that run on top of a payment gateway. Edge cases too. So I'm sure they're there saying "Where do we draw the line between where we end and other offerings/services begin"
Re: Stripe Would Be Perfect If...
#9Re: Stripe Would Be Perfect If...
#10(Unless there's some law about not charging consumers in different provinces a different pre-tax cost, or some province charges so much tax that to make other provinces eat a share of that cost would be unreasonable.)