What This API Provides
The Wallet API enables your integration to:- Retrieve wallet balance information
- View current and available balances
- Access wallet metadata
- Ensure a wallet exists for the user
- Current balance
- Available balance
- Wallet identifiers
- System-generated metadata
- Query timestamp
Balance Definitions
| Field | Description |
|---|---|
| Current Balance | Total funds recorded in the wallet. |
| Available Balance | Funds available for withdrawal or payment. |
Available API
Typical Integration Flow
2. Validate available balance
Ensure sufficient available funds before creating a payment or transfer.
Best Practices
- Always check the available balance before initiating a transaction.
- Do not rely solely on cached balance values for critical payment decisions.
- Use server-side validation when enforcing balance requirements.
- Secure API credentials and avoid exposing them in client-side code.
