#danieleservadei
1 messages · Page 1 of 1 (latest)
Adding a note: there will be no fixed charge at the beginning and during every renewal
So customer uses their credit cards, but doesn't get charged until the end of the month
You want to use your own subscription logic and just send invoices?
We'd like to use as much as possible from Stripe, yes
Is the amount going to vary a lot month-to-month?
probably yes
Ok gotcha. So yeah if you want to use your own subscription logic + stripe invoices that's totally doable. To collect card information up front, you'd want to use a SetupIntent to set up the card for future usage: https://stripe.com/docs/payments/save-and-reuse
thank you!
No problem
is it possible to do it without a checkout session though?