We've moved discussions to Discord

Is the Stripe integration SCA-ready?

Oliver Curting
Can somebody confirm to me that the Stripe integration is SCA-ready?

/Oliver
Chris Oliver
Not quite, still working on it. It's been really confusing, and I want to make sure it works reliably. Shouldn't be too much longer though.
Tuomas Jomppanen
I have the same experience. 

I've been reading the Stripe Billing documentation over and over. I've even emailed Stripe support for few times but I haven't been able to wrap my head around Stripe Billing for 100%. I'm not fan of the feeling that I don't completely understand the payments in my app.

My current payment architecture on my app goes something like this:

Organization
|
+-- Subscriptions (statuses: active, expired)
       |
       +--- Invoices (statuses: paid, open..)
       |
       +--- Charges (created from charge.succeeded webhook)

So basically my app listens for invoice.* and charge.* webhook events. Subscriptions are created in subscriptions#create.

I'd love to hear your approaches, I'm curious if I going in the right direction.

--tuomas

      
Notifications
You’re not receiving notifications from this thread.