Set Card error alert with Stripe marketplace plugin

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?

Thank you so much!

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 ?

Thanks!

1 Like

Actually, I found a solution @sampll !

It may cost a little, but you need to buy the ZeroQode Marketplace Express Plugin - Stripe Marketplace Express Plugin for Bubble | Zeroqode

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:

After entering the card info above through Stripe, you are able to display it and use it for other purchases down the road:

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.

1 Like