How the Wallet Works

Every RohoPay account has one wallet with two separate balances:
BalanceDescription
Live balanceReal money from live transactions
Test balanceVirtual funds for testing — no real value
Funds are credited when a collection or card payment succeeds (minus commission). Funds are debited on disbursements and withdrawals.

Check Balance

From the Dashboard

Go to Dashboard → Wallet to see your live and test balances, recent activity, and transaction history.

Via API (API Key Auth)

curl https://api.rohopay.com/api/v1/wallet/balance \
  -H "Authorization: Bearer live_YOUR_KEY"
{
  "success": true,
  "data": {
    "balance_live": 1250000,
    "balance_test": 500000,
    "currency": "UGX"
  }
}

Wallet Handle

Your wallet has a unique handle like RHP-550E840 for P2P transfers. Find it in Dashboard → Wallet → Your Handle. Share it so other RohoPay users can send you funds directly.

Wallet Actions

ActionWhereDescription
Top up (mobile money)Dashboard → Wallet → Top UpCharge your own phone to add funds
Top up (card)Dashboard → Wallet → Top Up → Card3DS card charge to add funds
WithdrawDashboard → Wallet → WithdrawSend balance to a mobile money number
TransferDashboard → Overview → Quick TransferInstant P2P transfer to another RohoPay user

Next Steps

Top Up

Add funds via mobile money or card.

Withdraw

Send balance to a mobile money account.

Transfers

Send funds to another RohoPay user instantly.