Securely synchronize customer SMS logs directly from Android devices to automate deposits, and dispatch payouts using centralized USSD commands.
A single merchant gateway managing both user deposits and automated withdraw payouts.
Automate customer cash-ins from local mobile banking systems without human matching friction.
Deploy automated payouts to customers directly using your merchant's connected hardware SIMs.
Integrate custom checkouts using our clean v2 payment endpoints. Webhooks verify signature payloads securely.
{
"merchant_order_id": "ORD1001",
"amount": 500.00,
"payment_method": "bkash",
"callback_url": "https://yoursite.com"
}
Authorize payout payloads using your secure API tokens. The engine assigns the request to an active SIM automatically.
{
"recipient": "01712345678",
"amount": 1500.00,
"operator": "bkash",
"reference": "REF987"
}
Test live deposit & withdraw API endpoints, customize payload parameters, and inspect real-time JSON responses in your browser.
{
"status": "ready",
"message": "Fill in request parameters on the left and click 'Send Request' to test live sandbox payload."
}