Provide compliant API integration, protocol analysis, and production-ready SDKs for mobile wallets, QR payments, billing, and merchant cash-out workflows
We deliver end-to-end integration from protocol analysis and identity/authentication workflow reconstruction to runnable APIs, webhooks and SDKs. Supports merchant acquiring, agent cash-out, bill queries and report exports.
// Example: query user transactions
POST /api/v1/bkash/transactions
Content-Type: application/json
Authorization: Bearer <ACCESS_TOKEN>
{
'wallet_id': '017XXXXXXXX',
'from': '2025-10-01',
'to': '2025-10-31',
'type': 'ALL',
'page': 1,
'page_size': 50
}
Response: {
'status': 'OK',
'total': 124,
'transactions': [
{ 'txn_id':'BKX123456', 'date':'2025-10-04T12:20:00Z', 'amount': 500.00, 'direction':'IN', 'desc':'Add Money via Bank', 'status':'SUCCESS' },
{ 'txn_id':'BKX123457', 'date':'2025-10-05T08:10:00Z', 'amount': -250.00, 'direction':'OUT', 'desc':'Merchant QR Payment', 'status':'SUCCESS' }
]
}
Merchant/Agent front-end integration, transaction queries, refunds/cancel flows, cash-out workflows, automated reconciliation and reporting.
We are a studio focused on App protocol analysis and compliant API integration. Our team comes from fintech, mobile apps, and cloud infrastructure backgrounds, specializing in turning closed or semi-open app capabilities into reusable API services.
Ready to start? Provide target app name (e.g., bkash.mobile.app) and integration scope (realtime wallet, QR payments, cash-out, etc.) for a preliminary plan and quote.
bKash is Bangladesh’s leading mobile wallet platform, offering registration, top-up, QR payments, bill payments, transfers and agent network services. The following highlights are for technical integration reference: