This API allows you to report an order, transaction, or user as fraudulent. It requires you to have previously made a proxy detection API call containing an order.
- Proxy & VPN Detection API
- Email Verification API
- Phone Number Validation API
- Device Fingerprint API
- Malicious URL Scanner API
- Mobile Device Fingerprinting SDK
- Gaming Fraud Detection SDK
- Dark Web Leak API
- Malware File Scanner API
- Request List API
- Fraud Reporting API
- Credit Usage API
- Bulk Validation CSV API
- Allowlist & Blocklist APIs
- Plugins Platforms & Integrations
- IP Reputation Database
- Custom Integrations
- Country List API
Fraud Reporting
About Fraud Reporting in Custom Integrations
Request URL
Warning: For security reasons, you should only call this API server-side. |
You can use the following URL to report an order, transaction, or user as fraudulent:
Request Parameters
Parameter | Description | Example Value / Format |
key | Required. Your site's domain or the domain that requested this integration. | example.com |
secret | Required. Your user's current secret created during the authentication process. | char(128) |
request | Required. The unique request ID of the original proxy API call containing this order's information. | string |
Response Parameters
Note: Only JSON responses are available from this API. |
Parameter | Description | Format |
message | Description of the status of this call. May contain errors if errors exist. | text |
success | Boolean result of if the request was successful or not. | boolean |
EXAMPLE CODE
- PHP