Glad to have my company on there (http://codiqa.com/). Stripe has been great so far, I can't believe I ever used PayPal before.
My one desire for Stripe is more recurring subscription features, like notifying users of expired cards, sending invoices, receipts, etc. Initially I did that by hand but we've since paired it with Spreedly (http://spreedly.com/) which does all of that and it's a nice combo.
Ah good point, thanks. I still think there's room to reduce the amount of work required to polish Stripe billing/payment data and make a nice user experience.
Comments
Glad to have my company on there (http://codiqa.com/). Stripe has been great so far, I can't believe I ever used PayPal before.
My one desire for Stripe is more recurring subscription features, like notifying users of expired cards, sending invoices, receipts, etc. Initially I did that by hand but we've since paired it with Spreedly (http://spreedly.com/) which does all of that and it's a nice combo.
You can use webhooks to do some of this: https://stripe.com/docs/webhooks
We did an implementation of this for StartupThreads and it has worked fairly well so far.
Ah good point, thanks. I still think there's room to reduce the amount of work required to polish Stripe billing/payment data and make a nice user experience.
I agree. We're using Recurly and a traditional merchant account instead of Stripe specifically for that reason.