Skip to main content
GET
List house account transactions

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Query Parameters

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
starting_after
string

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

type
enum<string>[]

What produced the transaction: a sale or refund rung up at a register, or an adjustment made in the back office. Repeat to match any of up to 20 values.

Available options:
manual_adjustment,
order_payment

Response

data
object[]
required
has_more
boolean
required

Whether more records follow this page.