GET Account Balance

Retrieve the available account balances for a specific retail account by AccountNumber.

Log in to see full request history
Path Params
string
required

The GET /System/Companies endpoint from the System Admin specification can be used to find an available value for this path parameter.

number
required

The GET /{Company}/Retail/Accounts endpoint from the Retail specifications can be used in order to find values that satisfy this parameter.

Query Params
date

The effective date to retrieve the balances for. If not specified, today's date will be used.

Responses

Response body
object
data
object
string

The company code associated to the retail account.

int64

Account number associated with the retail account.

date

The effective date of the balances.

number

The total balance of the account.

number

The available balance of the account.

number

The total amount of holds on the account.

number

The credit limit if the account is a line of credit.

number

The overdraft limit of the account.

number

The total amount advanced off a line of credit.

number

The total amount of the segregated line of credit (if set-up).

number

The total amount of point of sale round ups on the account.

date

The date of the last transaction on the retail account.

401

User is not authorized for this operation

403

User does not have the authority to perform the requested action

default

An error occurred on the backend server

Language
Credentials
OAuth2
Authenticate