Fraudcards is a data return service that helps businesses prevent online fraud and manage risk by providing risk scoring and risk data related to online transactions.

API

curl / https
              
                curl -i \
                -H "Accept: application/json" \
                -H "Content-Type:application/json" \
                -X POST --data '{
                  "email": "[email protected]", 
                  "card": "45719942", 
                  "name": "Kalinin Mitko", 
                  "ip": "37.63.119.247"}' https://fraudcards.com/api/v1/checker/
              
          

Usage

Requests are throttled at 5 per day with a burst allowance of 5. If you hit the speed limit the service will return a 429 http status code.