Hey there, I am currently using the Stripe marketplace express plugin. Everything works, I just don’t know what workflow to use when the customer puts the wrong credit card number.
Right now if the customer presses add card button after inputting the wrong numbers, nothing happens. If they put the correct numbers, it adds the card on file. I am just wondering what “only when” condition to use to set the alert?
Unfortunately, I am having the same issue. When the Customer inserts a wrong number on their credit card, the transaction itself fails, but there is nothing to stop the workflow within the app, or at least highlight the area where they mistyped something.
I’m not sure there is a fix, at least that I’ve been able to find. I’ve worked with @pavel before on some issues and he’s been more than helpful. Would you have any suggestions @pavel ?
The plugin comes with a template, which is so nice. It shows you how to securely add a card through Stripe, so you don’t have to worry about the Card Information form (ie; Card #, CVV, EXP) having incorrect inputs. With the given template, you can look at the workflows to see how they set everything up.
So to clarify, there is a secure way to save the customers card info for later purchases. The info will be saved in Stripe’s database after the customer completes this form:
I hope this helps! It took me a couple of hours to figure it out, but its the best solution I’ve found regarding the issue of faulty credit card inputs.