5 ms·
You should add basic rate limiting to your app. We had a similar issue with Stripe and making sure that different card numbers could not be quickly used one aft
by lini 4y ago
You should add basic rate limiting to your app. We had a similar issue with Stripe and making sure that different card numbers could not be quickly used one after the other by the same account fixed the problem.
- PenguinCoder 4y agoDid you do this on your app itself or is there a way to have stripe do it for you?
- prirun 4y agoSeems like this should be the default setup on Stripe's end.