List house accounts
Lists the house accounts across the whole banner, newest first. Filter by account number to find the one a customer gave at checkout, and page through the results with the cursor parameters.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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.
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.
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.
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.
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.
Return records that precede the record with this ID, in list order.
Maximum number of records to return.
1 <= x <= 100Account number the store gives the customer, and what a cashier looks the account up by. Unique within the banner. Matched exactly.
255Return records that follow the record with this ID, in list order.
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.
active, deactivated, suspended