#MarkAW-SCA
1 messages · Page 1 of 1 (latest)
@shrewd ivy at some level you have to use PaymentIntents but one is created for you. You create a Subscription, the Subscription has latest_invoice which is the first upcoming billing period, the Invoice has a payment_intent , which you confirm client side with confirmCardPayment to pay the invoice and start the subscription.
that's what https://stripe.com/docs/billing/subscriptions/elements is all about