Fraud Check
Score a transaction using email, IP, card BIN and cardholder name signals.
API
curl -X POST https://onlinechecker.io/api/v1/checker/ \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]","ipAddress":"203.0.113.10","card":"457199","name":"Jane Doe"}'