Return the current BRL balance for the company associated with the API key. The endpoint takes no parameters — the company is always derived from the API key. The three balance buckets are independent and additive: available (withdrawable now), frozen (reserved for in-flight withdrawals, refunds, or operational holds — not currently withdrawable), and held (confirmed but pending settlement). The total account balance is available + frozen + held. A sandbox API key always returns zeros, since sandbox transactions do not accumulate to a real balance.
Documentation Index
Fetch the complete documentation index at: https://docs.yuvexpay.com/llms.txt
Use this file to discover all available pages before exploring further.
YuvexPay API key. Include as Authorization: Bearer ypk_<env>_<kid>_<secret> where <env> is test (sandbox) or live (production). Create and manage keys in the dashboard under Settings > API Keys.
Balance retrieved.
Account balance for the company associated with the API key. The four buckets available, frozen, and held are independent and additive — total = available + frozen + held.