Skip to content
Gowd Platform Production

Get balance

GET
/account/v1/holder/company/balance

Return holder accounts balance from company authenticated token.

NOTE: Please, to authenticate use the scope: “api://app-account-prd”

accountType
required
string
Allowed values: ADMINISTRATIVE RESERVE ADMINISTRATIVE_OUT PAYMENT

Represents the account type

The resource was returned successfully

object
id
required

Holder Id

string
fullName
required

Full name

string
document
required

Document

object
type
required

Document type

----------------------------
Brasil
----------------------------
CPF
CNPJ
OTHERS

----------------------------
Mexico
----------------------------
CURP
RFC
string
number
required

Document number

string
country
required

Country

string
createdAt
required

Created At

string
accounts
required

Accounts balance

Array<object>
object
id
required

Account id

string
type
required

Account type

string
Allowed values: ADMINISTRATIVE COMMON RESERVE FEE ADMINISTRATIVE_OUT FEE_OUT PAYMENT PAYMENT_FEE
balance
required

Account balance

Array<object>
object
currency
required

Currency

string
Allowed values: BRL USD USDT BUSD MXN
value
required

The amount of the transaction, in minor units. Minor Units Format ------------------ All amount values must be formatted in that currency’s smallest unit. Two-decimal currency (for example Real): R$ 10,95 BRL, amount will be “10.95”. Two-decimal currency (for example US Dollars): $10.95 USD, amount will be “10.95”. Zero-decimal currency (for example Japanese Yen): ¥1095 JPY, amount will be “1095”. Click here to download the latest official ISO 4217 Currency Table, with Minor Units (number of decimal places) per currency

string

The request is not valid

Array<string>
Array<string>

An unexpected error occurred inside the server

Array<string>