Active Engine v2.4.2

Automate Payments.
No Manual Matching.

Securely synchronize customer SMS logs directly from Android devices to automate deposits, and dispatch payouts using centralized USSD commands.

Active Gateway status Running
Processed transactions today
৳ 0.00
Average Sync Latency
~ 1.8 seconds
0
Active Android Nodes
0
Processed Log Matches
0
Connected Merchants
99.98%
Service Uptime API

Dual-Stream Payment Processing

A single merchant gateway managing both user deposits and automated withdraw payouts.

Deposit Synchronization Gateway

Automate customer cash-ins from local mobile banking systems without human matching friction.

  • Dynamic Matching Engine links amounts to transaction IDs
  • Instant callback/webhook notifications to your site
  • Local Room DB storage cache handles offline network gaps

Withdraw Payout Gateway

Deploy automated payouts to customers directly using your merchant's connected hardware SIMs.

  • Queue Payout limits checks prevent account overuse
  • Remote USSD script execution triggers payouts directly
  • Callback status loops update your databases dynamically
Deposit Gateway API

Initiate Payments

Integrate custom checkouts using our clean v2 payment endpoints. Webhooks verify signature payloads securely.

POST /api/create-payment
{
  "merchant_order_id": "ORD1001",
  "amount": 500.00,
  "payment_method": "bkash",
  "callback_url": "https://yoursite.com"
}
Withdraw Gateway API

Execute Payouts

Authorize payout payloads using your secure API tokens. The engine assigns the request to an active SIM automatically.

POST /api/v1/payout
{
  "recipient": "01712345678",
  "amount": 1500.00,
  "operator": "bkash",
  "reference": "REF987"
}
Interactive Sandbox

API Playground

Test live deposit & withdraw API endpoints, customize payload parameters, and inspect real-time JSON responses in your browser.

Request Builder POST /api/v1/payment/create
Response Console
Ready
{
  "status": "ready",
  "message": "Fill in request parameters on the left and click 'Send Request' to test live sandbox payload."
}
Latency: -- ms