Use the wallet balance endpoint to see how much money is available in a managed wallet before triggering payouts. Key fields you’ll see in responses:Documentation Index
Fetch the complete documentation index at: https://docs.payvessel.com/llms.txt
Use this file to discover all available pages before exploring further.
- available_balance: funds you can spend immediately.
- ledger_balance: available balance plus pending debits/credits.
- currency: currency of the wallet (e.g.
NGN).
- Call the wallet-balance endpoint with your
api-keyandapi-secretheaders. - Compare
available_balanceto the amount you plan to move. - Block or allow the transfer based on your own rules and limits.
