Custom Integrations - Reporting Fraudulent Orders Documentation


This API allows you to report an order, transaction, or user as fraudulent. It requires you to have made a proxy detection API call previously containing an order.

Calling Report Orders

https://www.ipqualityscore.com/webhooks/ExampleIntegration/json/report_order

Request Parameters
Parameter Description Example Value / Format
key Your site's domain or the domain that requested this integration. REQUIRED google.com
secret Your user's current secret created during the authentication process. REQUIRED char(128)
request The unique request ID of the original proxy API call containing this order's information. REQUIRED string

Result

Note: Only JSON responses are available from this API and this API should ONLY be called server side for security reasons.
Parameter Description Example Value / 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