#Nepotist-moto
1 messages · Page 1 of 1 (latest)
Hey! Can you share how you're currently creating your Payment Intents?
You generally need to provide the payment method at time of PI creation for MOTO payments, so the flow will likely look a little different
For sure, one moment
Do you want to see code? or should I describe the flow?
We currently gather customer info in the frontend, then create the customer in Stripe, create a Subscription/Invoice (depending on the type of product) with payment_behavior 'default_incomplete' to have a finalized invoice with PI and client secret, then we pass the client secret back to the frontend to gather Payment Method details, then we use stripe.confirmPayment to include the 'elements' and confirmParams for payment.
You can justr share a pi_xxx ID
Ok, so you can't do MOTO with subscriptions AFAIK
Ah ha
Well darn. Could we make a single purchase, setup the card for future payments, then create the subscription and use that PM as the subscription default?
Sure, that will work and we'll apply for SCA exemptions as an off-session recurring payment
Great, we will try that out. Thanks for your help!