Closed massweb58 closed 2 years ago
Apparently the error comes from tastyigniter who in this case does not return all the payment information or incorrect information to Stripe
Tastyigniter v3.1.2 Multi Vendor Stripe Connect v1.1.5
Got the same problem with Mollie Payments Using test mode not working Live mode payments work but TastyIgniter does not see the payment go through
This issue will be closed and archived in 3 days, as there has been no activity in the last 60 days. If this issue is still relevant or you would like to see it actioned, please respond and we will re-open this issue. If this issue is critical to your business, consider the Dedicated Support Service where a Service Level Agreement is offered.
What happened?
The error occurs when placing an order by paying via stripe(test mode) and using a bank card(test) saved on the screen so that the user does not re-enter the bank card information for each order:
And on the admin side, I receive an order with the status "incomplete" and a stripe error:
And stripe side i have this error :
And finally I identified another error that occurs with American visa bank cards with a ZIPcode. Same context when the card is already saved on the screen and I launch a command, the system cannot find the postal code which has not been recorded
Security note, when the user requests to register their bank card, the system should ask for the last 3 digits of the bank card each time, which is not currently the case. .
What did you expect to happen?
May the order be completed successfully and the Stripe payment process completed successfully
Version
Other (please detail)
What browser are you seeing the problem on?
Chrome
Relevant log output