#hollystyles-updateintent-paymentmethodtypes
1 messages · Page 1 of 1 (latest)
hi 👋
That depends on where they are in the process. Can you be more specific about when you are updating the Payment/Setup Intent?
Before customer has selected a method, when they leave our checkout page, alter their basket contents and return to the checkout page.
What is the status of the Intent at that time?
incomplete
You can test this out by passing an empty string for the payment_method parameter: https://stripe.com/docs/api/payment_intents/update#update_payment_intent-payment_method
We are sending payment_method_types manually, automatic_payment_methods is enabled: false. I see payment_method_types is in update payment intent definition, so should work. We will try it.
Oh, you meant remove a payment_method_types option? Yes, you should be able to do that as long as the intent has not been confirmed