#bachir2921

1 messages · Page 1 of 1 (latest)

keen bladeBOT
verbal iron
#

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.

quiet heron
#

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

verbal iron
#

Nope, you will need to create a new one

quiet heron
#

Okey :/ thanks