Skip to main content
GET
List house accounts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

balance
string

Money on the account. A negative balance is what the customer owes the store; a positive balance is credit they can spend. Compared as stored, so balance[lte]=-100 finds the accounts owing 100 or more.

balance[gt]
string

Money on the account. A negative balance is what the customer owes the store; a positive balance is credit they can spend. Compared as stored, so balance[lte]=-100 finds the accounts owing 100 or more.

balance[gte]
string

Money on the account. A negative balance is what the customer owes the store; a positive balance is credit they can spend. Compared as stored, so balance[lte]=-100 finds the accounts owing 100 or more.

balance[lt]
string

Money on the account. A negative balance is what the customer owes the store; a positive balance is credit they can spend. Compared as stored, so balance[lte]=-100 finds the accounts owing 100 or more.

balance[lte]
string

Money on the account. A negative balance is what the customer owes the store; a positive balance is credit they can spend. Compared as stored, so balance[lte]=-100 finds the accounts owing 100 or more.

ending_before
string

Return records that precede the record with this ID, in list order.

limit
integer
default:20

Maximum number of records to return.

Required range: 1 <= x <= 100
shopper_facing_id
string

Account number the store gives the customer, and what a cashier looks the account up by. Unique within the banner. Matched exactly.

Maximum string length: 255
starting_after
string

Return records that follow the record with this ID, in list order.

status
enum<string>[]

Whether the account may be charged. A suspended or deactivated account cannot be charged at the register, though a suspended one still accepts payments against what is owed. Repeat to match any of up to 20 values.

Available options:
active,
deactivated,
suspended

Response

data
object[]
required
has_more
boolean
required

Whether more records follow this page.