---
title: "Get balance"
method: GET
path: "/payouts/v3/balance"
tags: ["Manage payouts"]
---

# Get balance

`GET /payouts/v3/balance`

This service allows you to check your available balance for making payouts.

## Response `200`

Balance retrieved

- ResponseBalance
  - `account_id` string — User’s dLocal account ID.
  - `available_for_withdrawals` number — Balance available for withdrawals.
  - `payins_in_transit` number — Payments amount not settled yet (in the currency entered in the field currency).
  - `pending_settlements` number — Settlements amount in transit (in the currency entered in the field currency).
  - `current_balance` number — Total balance amount processed (in the currency entered in the field currency).
  - `current_balance_date` string, date — Balance last calculation timestamp (YYYY-MM-DDTHH:mm:ss).
  - `currency` string — Balance currency.

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/dlocal/apis/payins.md) · [All operations](https://skmtc.net/dlocal/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dlocal/payins/revisions/d87e090020f9/schema)
