---
title: "Get Balance"
method: POST
path: "/getBalance"
tags: ["Accounts and Cards"]
---

# Get Balance

`POST /getBalance`

Use the Get Balance endpoint to retrieve the specified account balance and its currency code. This endpoint returns the balances for all accounts that share the same balance ID (Galileo account number). For an explanation of the fields in the response, see <a href="doc:account-balances#get-balance-fields" target="_blank">Get Balance fields</a> in the _Account Balances_ guide.

## Response `default`

- object
  - `status_code` integer, nullable, required — The response status code. May return a string for some statuses.
  - `status` string, nullable, required — The condition of a process or response
  - `processing_time` number, float, nullable, required — The time elapsed in processing the transaction
  - `echo` object, nullable, required — A structure that contains transaction ID information
    - `transaction_id` string, nullable, required — An ID that represents an API transaction
    - `provider_timestamp` string, date-time, nullable, required — Store a related timestamp for reporting and troubleshooting purposes
    - `provider_transaction_id` string, nullable, required — Secondary transaction identifier (generated by a provider)
  - `system_timestamp` string, date-time, nullable, required — A system generated timestamp
  - `rtoken` string, nullable, required — A system-generated ID used for tracking
  - `errors` string[] — A list of errors generated while the request was processed
  - `response_data` object, nullable, required — A structure for the response data. It can be empty but usually will contain information.
    - `ledger_balance` number, float, required — The total of all transactions—credit and debit—that have officially been posted to the account. This balance does not factor in pending transactions such as authorization holds or account holds.
    - `balance` number, float, required — For debit accounts, this is the available balance to spend, meaning the total of all posted transactions with all pending transactions subtracted out. For credit accounts this is the unpaid balance.
    - `available_balance` number, float, required — For debit accounts, this is the total of all posted transactions with all pending transactions subtracted out. Also known as the "open to buy." See <a href="doc:account-balances#available-balance" target="_blank">Available balance</a> for details. For credit accounts, this is the amount remaining of the credit limit.
    - `balance_without_pending` string, required — For debit accounts, the total of all posted transactions with only pending authorizations subtracted out. For credit accounts this is the same as `balance`.
    - `currency_code` string, required — A three-digit ISO 4217 code for the currency of the account. All amounts in this response are in this currency.
    - `pending_adjustments` number, float, nullable, required — **To be deprecated**: This field will always be `0`.
    - `pending_billpay` number, float, nullable, required — The total amount of pending bill payments. A bill payment is pending between the time it is created and when the amount is adjusted out of the account.
    - `pending_purchase` number, float, nullable, required — **To be deprecated**: This field will always be `0`.
    - `balance_without_auths` number, float — The `balance` without subtracting out authorization holds. This field is populated only when the BWOOA parameter is set.

---

[API](https://skmtc.net/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.net/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo-ft/program-api/versions/bcd728f97a18/schema)
