Hi,
I was testing cards on stripe payment and found some problems which need urgent attention I believe.
First I tried my own card to test a live transaction which was not successful and could not find any error log. Then I tried test cards provided by stripe and found why my card payment was unsuccessful.
- Card I used without SCA or 3D Security works fine (the normal cards from the list).
- Problem is only when I tried to pay using Regulatory test card numbers (This card requires authentication for one-time payments...). I get error message: "Sorry, there was an error processing your payment. Please try again later."
- Same error message popped up when I tried 3D Secure test card number.
Then I went in bit more inside to learn more about Strong Card Authentication (SCA) and 3D Security as what we are missing here in Tastyigniter? Initially, I think these type of cards call second page (3D Secure 2 authentication page) to verify their identity with a push notification, a text message, or another method chosen by their bank. So, at the moment this is the missing link here which will cause a lot of lost sales as almost all the cards use this for security reason. Need help here..