Screen order information using AI to detect frauds
FraudLabs Pro API screens order transactions using AI to detect online fraud.
import requests
url = "https://api.fraudlabspro.com/v1/order/screen"
params = {
"key": "YOUR_API_KEY",
"format": "json",
"ip": "192.168.1.1",
"email": "customer@example.com",
"amount": 100.00,
"currency": "USD",
"order_id": "ORDER-12345",
"billing_first_name": "John",
"billing_last_name": "Doe",
"billing_address": "123 Main St",
"billing_city": "New York",
"billing_state": "NY",
"billing_zip_code": "10001",
"billing_country": "US"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)