The Wallet API allows you to retrieve wallet information associated with a specific Paywint user. This API provides balance visibility and wallet metadata. If a wallet does not already exist for the user, it is automatically created when this endpoint is called.Documentation Index
Fetch the complete documentation index at: https://docs.paywint.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Get Wallet
Retrieve wallet balance and metadata for a user.
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.
