#commento
1 messages · Page 1 of 1 (latest)
Hi there!
If the SetupIntent confirmation is successful, then the SetupIntent status will be succeeded. So what you are asking is not possible.
However you can have a succesful SetupIntent that creates a Payment Method which will fail the payments.
ok but this is not our scenario, basically we setup a webhook to handle the setup_failed event in the BE but the FE will receive the confirmation from the direct stripe call confirmCardSetup so there is no need to check the status of the event in the FE
I don't understand. What are you trying to do exactly and what is the issue?
no it is my fault, I did not explain me well: the FE is checking the status of the confirmCardSetup and that is enough for the setupIntent, that's what I wanted to understand