PaymentIntent requires authentication when SetupIntent was successfully - Stripe

1.7k views Asked by At

We have an integration with Stripe but now we working with 3D secure. In our system, when the user registers we have to give permissions to the card to later charge. So, by the documentation that we analyzed we created and confirmed a SetupIntent but when creating the carge (PaymentIntent) of stripe return is "Your card was declined. This transaction requires authentication."

enter image description here enter image description here enter image description here

Any idea? Thanks all

1

There are 1 answers

0
Danny On

You can use stripe regulatory test card 4000002500003155 which will not request additional authentication for future off session payments for testing. But some cards requires authentication on all transactions, regardless of how the card is set up.

Check this for further reference