#devangbhuva97
1 messages · Page 1 of 1 (latest)
Hey, could you please summarise the context?
I was getting error - Payment details were collected through Stripe Elements using automatic payment methods and cannot be confirmed with a Payment Intent configured with payment_method_types
I'm referring this
I'm creating subscription instead of payment intent
👋 stepping in here
Taking a look
So looks like you are attempting to use Payment mode here for deferred Intent but with a Subscription
You want to follow https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=subscription instead in this case
Which involves using mode: subscription
On your frontend