Skip to main content
GET
/
companies
/
balance
Get company account balance
curl --request GET \
  --url https://openapi.pleo.io/v1/companies/balance \
  --header 'Authorization: Bearer <token>'
{
  "currency": "DKK",
  "current": 123,
  "available": 123
}

Authorizations

Authorization
string
header
required

Open API Bearer token

Response

Company balance has been returned

currency
enum<string>
required

Company wallet currency.

Available options:
DKK,
SEK,
EUR,
GBP,
NOK
current
number
required

All available funds including unsettled transactions.

available
number
required

Funds available for use.