#danieleservadei

1 messages · Page 1 of 1 (latest)

cold cliffBOT
warm saffron
#

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

dawn crypt
#

You want to use your own subscription logic and just send invoices?

warm saffron
#

We'd like to use as much as possible from Stripe, yes

dawn crypt
#

Is the amount going to vary a lot month-to-month?

warm saffron
#

probably yes

dawn crypt
#

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

Learn how to save payment details and charge your customers later.

warm saffron
#

thank you!

dawn crypt
#

No problem

warm saffron
#

is it possible to do it without a checkout session though?

dawn crypt
#

yep

#

click the custom payment flow tab

warm saffron
#

sounds good, thanks

#

have a nice day