Comment on Stripe GalleryparentComments−frankdenbow14yYou can use webhooks to do some of this: https://stripe.com/docs/webhooksWe did an implementation of this for StartupThreads and it has worked fairly well so far.−yesimahuman14yAh 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.−rscale14yI agree. We're using Recurly and a traditional merchant account instead of Stripe specifically for that reason.
Comments
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.