#heisend3rp
1 messages · Page 1 of 1 (latest)
it can't be passed on updating a PaymentIntent(it's not listed in https://stripe.com/docs/api/payment_intents/update), only when creating one.
yup
in this case the PaymentIntent already had automatic_payment_methods turned on, there's no reason to pass it again(you probably are just trying to re-use some shared code that creates the params, I understand that, unfortunately it might not work the ideal way).