#bachir2921
1 messages · Page 1 of 1 (latest)
Hi 👋
No it isn't possible as it is not listed as a valid parameter here: https://stripe.com/docs/api/payment_intents/update
This is something that needs to be set when the Payment Intent is created to handle how it changes state in response to different actions.
Ok so I have to create a new payment intent when :
- The first attempt to confirm using a card fails with confirmation_method=manual
- The second attempt to confirm using ACH bank transfer since it requires confirmation_method=automatic
Is there a way to still be able to reuse the same payment intent ?
In this scenario
Nope, you will need to create a new one
Okey :/ thanks