|
|
|
|
|
by forgetfreeman
510 days ago
|
|
I've coded a few payment gateways over the years and spent several weekends neck deep in a few more. I don't remember all of the fine technical details of why payment handlers freak out over this kind of activity. What I do recall is spikes in small charges are a hallmark of a card dump being tested. Anyway this isn't the correct way to test a payment gateway. As stated elsewhere there's a mode flag and test card # that's used to confirm your code is working. Put another way, don't test in prod. |
|
There's a difference between "testing in prod", and "testing prod". The former is bad but the latter does seem to me like common sense.