#pcrobinz
1 messages · Page 1 of 1 (latest)
So as that error says, you have a mismatch in how your payment methods for that payment were defined
You need to either specify automatic_payment_methods: {enabled: true} when creating the payment intent or in Stripe elements you can specify specific payment methods through payment_method_types
automatic_payment_methods: {enabled: true}
this works