Wallets & Balances
Your company holds one balance per currency it collects in. Every payment, refund, payout, and card funding transfer posts a ledger entry against these balances — nothing moves without a corresponding, auditable entry.
Check balances
GET
/merchant/balancesjson
{
"wallets": [
{ "currency": "EGP", "availableMinor": "1250000", "pendingMinor": "84000", "reserveMinor": "0" }
],
"primaryCurrency": "EGP"
}AvailableWithdrawable now through a payout.
PendingCollected but not yet cleared — a bank transfer still confirming.
ReserveHeld back against dispute and refund risk, released over time.
Multi-currency is native, not converted
If you collect in more than one currency, you get a separate balance per currency — the platform never silently sums EGP and USD into one blended number. Convert only when you explicitly request it via the FX service.
Card wallets are separate from the company wallet
Funding a card (see Cards
) debits the company wallet and credits an isolated card wallet — they never merge, so a compromised card can only ever lose what was explicitly funded to it.
Was this page helpful?
