Trusted by 500+ e-commerce businesses

Detect Courier Fraud
Before It Costs You

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

Everything You Need to Stay Protected

Comprehensive fraud detection tools built for Bangladesh's e-commerce ecosystem.

Multi-Platform Check

Scan across RedX, Pathao, Steadfast & ParcelDex simultaneously with a single API call.

Real-time Results

Get instant fraud scores, order history, and success rates. No delays, no waiting.

Simple REST API

License-based authentication. Integrate in minutes with any platform or language.

Shop Manager BD

The all-in-one WooCommerce plugin for managing your e-commerce orders with built-in fraud protection.

Download Plugin

API Documentation

Start integrating in minutes with our simple REST API.

Endpoint

GET www.couriers.webgeniusplus.com/api.php

Parameters

Parameter Type Required Description
license_key string Yes Your license key for authentication
number string Yes Phone number to check for fraud

Example Request

curl "www.couriers.webgeniusplus.com/api.php?license_key=YOUR_KEY&number=01712345678"

Example Response

{
  "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
  }
}