Real-time fraud detection across RedX, Pathao, Steadfast & ParcelDex. One API call. Instant results.
99.9%
Uptime SLA
<200ms
Avg Response
4
Courier Platforms
500+
Active Users
Comprehensive fraud detection tools built for Bangladesh's e-commerce ecosystem.
Scan across RedX, Pathao, Steadfast & ParcelDex simultaneously with a single API call.
Get instant fraud scores, order history, and success rates. No delays, no waiting.
License-based authentication. Integrate in minutes with any platform or language.
The all-in-one WooCommerce plugin for managing your e-commerce orders with built-in fraud protection.
Download PluginStart integrating in minutes with our simple REST API.
| Parameter | Type | Required | Description |
|---|---|---|---|
license_key |
string | Yes | Your license key for authentication |
number |
string | Yes | Phone number to check for fraud |
{
"success": true,
"phone": "01712345678",
"timestamp": "2025-01-21T12:00:00Z",
"individual_results": {
"redx": {
"total_orders": 15,
"successful_orders": 12,
"cancelled_orders": 3,
"success_rate": 80.0
}
},
"combined_summary": {
"total_orders": 15,
"success_rate": 80.0
}
}