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
Available API
Get Wallet
Retrieve wallet balance and metadata for a user.
Typical Integration Flow
1
1. Retrieve wallet information
Call
Get Wallet to obtain the user’s current and available balances.2
2. Validate available balance
Ensure sufficient available funds before creating a payment or transfer.
3
3. Display balance in your application
Use the returned balance values to update dashboards or account summaries.
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.
