#devangbhuva97
1 messages · Page 1 of 1 (latest)
do you have the exact code you're using, a stack trace, a request ID req_xxx?
req_zvW3eWIuQldUq4
looks like you need to pass automatic_payment_methods: {enabled: true}, instead of explicit payment_method_types when creating the PaymentIntent, as is documented in the guide you should be using for this integration : https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=payment#create-intent
What's different between that? Will it effect in any existing payment flow?
Suppose same API is using for 2 different Stripe Element.. will it effect in another payment flow?
& how it works for Subscription? Because I can not find that option to pass
instead of passing the types in your code, you configure them in the dashboard. You can read about it in the docs and try it out in test mode
not sure, I have not tried this deferred PaymentIntent flow with subscriptions. I think it just works though, you use the PaymentIntent from the Invoice. Let us know if you try it and get an error
Ok.. thank you!