bradtraversy / php_stripe_paypage

Payment app with PHP, MySQL, PDO & Stripe API
113 stars 98 forks source link

Issue with 3D Secure Card Payments #5

Open virtualo opened 5 years ago

virtualo commented 5 years ago

When I try to use a card with 3D Secure Card Payments, like this 4000000000003220 (see here https://stripe.com/docs/testing) I receive an error: Fatal error: Uncaught Stripe\Error\Card: Your card was declined. This transaction requires two-factor authentication

Can you solve please?

absaaraslam commented 2 years ago

I am having this same issue