> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-document/support-and-reference/utility-api-overview/balance.md).

# Balance

{% hint style="info" %}
💬 **Need help?** If you're stuck, ask Eva in the Help Center for instant diagnostics.

<a href="https://www.atriptech.com/" class="button primary" data-icon="comments">Ask Eva</a>
{% endhint %}

Use this page to check the current account balance.

### Main API

* `balance.do`

### Use this when you need

* Finance checks before payment activity
* Balance reconciliation
* Support confirmation for insufficient balance cases

### Key input

Send:

* `currency`

Use the settlement currency of the balance account you want to check.

### What the response gives you

The response can include:

* account balance amount
* settlement currency

### Best practice

* query balance before high-volume payment activity
* check the correct currency account
* use the returned amount for operational checks only
* rely on response `status` for success handling

### What to watch

* balances are currency-specific
* low balance can block deposit payments
* `msg` is descriptive only and should not drive logic

### Full API reference

See the complete endpoint schemas and samples here:

[Balance](/api-document/api-reference/utility-apis/balance.md)
