Withdraw Money

Single-file withdraw page. Enter phone number, account name, and amount, then submit the payout directly to StarPago.

Host: https://bd.api.starpago.com
App ID: 53367c95382f617037c5cd736f8c5de5
Currency: BDT

Balance Overview

Payin Balance
0.00
Collection balance
Payout Balance
0.38
Withdraw balance
Frozen
0.00
Disabled amount
This reads StarPago balance directly from `/api/v2/merchant/balance`.

Balance Response

{ "code": 0, "msg": "success", "data": { "currency": "BDT", "payinValue": 0, "payoutValue": 0.38, "disableValue": 0, "sign": "4c09c72ca24c83a9e735c7400502fb933c107e20c6f2ab85fe065f41bff6b288" }, "http_code": 200 }

Withdraw Form

StarPago starts a withdrawal by creating a payout order. This page sends that request directly, with the required email generated automatically from the phone number.

Embedded Config

{ "host": "https://bd.api.starpago.com", "appId": "53367c95382f617037c5cd736f8c5de5", "secretKey": "b944e65ff810d3f7dc575e70c2824d1c", "notifyUrl": "https://your-domain.com/starpago-payout-webhook", "currency": "BDT", "generatedEmailExample": "wd01700000000@withdraw.local" }