> For the complete documentation index, see [llms.txt](https://docs.apollopayment.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apollopayment.io/english-2/api-reference/13partners/post_get-organization-advanced-balances.md).

# Getting the user's advance balances

The method allows you to get user's advanced balances

### Request:

| **Parameter** | **Required** | **Type** | **Description** |
| ------------- | ------------ | -------- | --------------- |
| userId        | Yes          | String   | User ID         |

### Response:

| **Parameter**                 | **Type**         | **Description**                                                 |
| ----------------------------- | ---------------- | --------------------------------------------------------------- |
| advancedBalanceId             | String           | Advanced balance ID                                             |
| currency                      | String           | Currency                                                        |
| balance                       | String           | Balance                                                         |
| availableCurrenciesForDeposit | Array of strings | Array of currencies available to deposit to the advance balance |

{% openapi src="/files/hz5gQVHu2gDZcTYbWeSA" path="/partner/api/get-organization-advanced-balances" method="post" %}
[openapi.json](https://615678623-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa1TzfeK1Z0GLFNxiNpMW%2Fuploads%2Fgit-blob-8361e5ac3780661a20a51ec0d96901ce1db69b92%2Fopenapi.json?alt=media)
{% endopenapi %}
