Settings & Integration

Domain, webhooks, SMS auto-accept and manual entries

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

bKash

Send customers here to pay with bKash. The receiving number comes from the admin wallet pool and rotates every 30 minutes.

Nagad

Send customers here to pay with Nagad. The receiving number comes from the admin wallet pool and rotates every 30 minutes.

Callbacks are signed and retried up to 3 times. Return a 200 response to confirm receipt.

SMS auto-accept webhook

Forward bKash (16247) and Nagad (16167) SMS from an Android phone to approve orders automatically

Android SMS Forwarder setup

  1. Install an app such as SMS Forwarder, SMS to URL Forwarder or MacroDroid.
  2. Create a rule that triggers on SMS from 16247 (bKash) and 16167 (Nagad).
  3. Set the action to POST to the webhook URL above with JSON body { "from": "%from%", "text": "%text%" }.
  4. Add the header x-sms-secret: sms_live_7f4c91a2e8b64d10.
  5. 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

Fee 8%

Dhaka Mart

UID-484690

Fee 5%

Rider Topup

UID-486467

Fee 8% (global)

GameZone

UID-488244

Fee 12%

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