Site configuration
Where your checkout lives and where results are sent
Every accept or reject posts the TrxID, client UID, gross amount, admin fee, net amount and final status to this URL.
Default 8%, used whenever a wallet or client has no custom rate. On a ৳1,000 payin the admin fee is ৳80 and the client is credited ৳920.
Payin URLs
Unique checkout links per gateway
Send customers here to pay with bKash. The receiving number comes from the admin wallet pool and rotates every 30 minutes.
Send customers here to pay with Nagad. The receiving number comes from the admin wallet pool and rotates every 30 minutes.
SMS auto-accept webhook
Forward bKash (16247) and Nagad (16167) SMS from an Android phone to approve orders automatically
Android SMS Forwarder setup
- Install an app such as SMS Forwarder, SMS to URL Forwarder or MacroDroid.
- Create a rule that triggers on SMS from 16247 (bKash) and 16167 (Nagad).
- Set the action to POST to the webhook URL above with JSON body { "from": "%from%", "text": "%text%" }.
- Add the header x-sms-secret: sms_live_7f4c91a2e8b64d10.
- Keep the phone online — every matching SMS approves its pending order instantly.
The parser pulls the TrxID and amount, finds the matching pending order and approves it without any manual click.
Access role
Admin controls wallets, commissions and approvals; merchants see status and balance only
Full control: wallet pool, fee rates, order approvals and withdrawal processing.
Per-client commission rates
Override the global rate for individual merchant accounts
Mystore BD
UID-482913
Dhaka Mart
UID-484690
Rider Topup
UID-486467
GameZone
UID-488244
Order fees use the wallet rate first, then the client rate, then the global rate.
Manual transaction entry
Log a payment received outside the checkout