Skip to main content
GET
Page payments with their invoice allocations

Authorizations

Authorization
string
header
required

Existing Breezy API key. Grants all published reads in its associated company. No app permission scopes.

Query Parameters

limit
integer
default:50

Maximum parent records or report rows. Complete children are always included.

Required range: 1 <= x <= 100
cursor
string | null

Repeat the original filters; any valid page size may continue. Foreign-company, tampered or mismatched cursors return INVALID_CURSOR.

Minimum string length: 1
ids
string<uuid>[] | null

Repeat ids for a bounded ID set. Valid foreign or missing IDs contribute no list rows.

Required array length: 1 - 100 elements
account_id
string<uuid> | null
created_from
string<date-time> | null

Inclusive creation instant.

created_before
string<date-time> | null

Exclusive creation instant.

updated_since
string<date-time> | null

Inclusive parent-record updated_at filter only; not a complete change feed.

status
enum<string>[] | null
Minimum array length: 1
Available options:
SUBMITTING,
PENDING,
PAID,
FAILED,
CANCELED,
PROCESSING
method
enum<string> | null
Available options:
CARD,
ACH,
CASH,
CHECK,
PAYPAL,
VENMO,
CASHAPP,
OTHER,
WISETACK_LOAN,
null
collected_by_id
string<uuid> | null
occurred_from
string<date> | null
occurred_before
string<date> | null

Response

Successful read. Clients ignore unrecognized response fields.

data
object[]
required
pagination
object
required
meta
object
required

Generation time and company timezone. generated_at is not a snapshot or synchronization token.