Is the Stripe integration SCA-ready?
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:
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.