Wallet Types
Collection Wallet (Deposit)
Incoming payment funds are settled here first. Use this wallet as your primary collection balance.
Disbursement Wallet (Disbursement)
Disbursement and transfers are deducted from this wallet when you run disbursements.
Wallet Status
Wallets can appear in these states:| Status | Meaning |
|---|---|
active | Wallet can receive and send funds based on configured operations. |
post-no-debit | Wallet can receive funds, but outgoing debits are blocked. |
post-no-debit is commonly used as a safety control when credentials or disbursement controls may be compromised.Wallet Operations
Transfer funds between wallets
Transfer funds between wallets
Move funds from collection wallet to disbursement wallet when you need disbursement liquidity.
Suspend outgoing activity
Suspend outgoing activity
Apply a suspend/post-no-debit control to stop outgoing deductions while investigations or security checks are ongoing.
Resume normal operations
Resume normal operations
Remove restrictions when controls are restored and your account is verified as safe.
Fetch Wallet Balances via API
Use the wallet endpoint to query current balances bycountry and currency.
Recommended Workflow
Monitor collection inflow
Track funds entering your deposit/collection wallet after successful transactions.
Fund disbursement wallet proactively
Transfer enough balance to disbursement wallet before high-volume disbursement runs.
Alert on low disbursement balance
Set internal alerts so disbursement operations do not fail due to insufficient wallet funds.
Related Docs
Authorization
Secure wallet API calls with required headers.
Disbursements
Learn disbursement flows that use your disbursement wallet.
API Reference
Full endpoint details for wallet queries.