Skip to main content
GET
List vendor payouts

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string
required

The UUID of the business to fetch vendor payouts for.

Query Parameters

external_id
string

Filter vendor payouts by external ID (unique idempotency key). This will always yield zero or one result.

memo_contains
string

Filter vendor payouts by memo content. Returns vendor payouts where the memo contains this string (case-sensitive).

memo_exact
string

Filter vendor payouts by exact memo match. Returns vendor payouts where the memo exactly matches this string.

completed_at_start
string<date-time>

Filter vendor payouts by completion date. Vendor payouts completed on or after this date will be included. ISO 8601 date format.

completed_at_end
string<date-time>

Filter vendor payouts by completion date. Vendor payouts completed on or before this date will be included. ISO 8601 date format.

amount_min
integer<int64>

Filter vendor payouts by minimum amount. Only vendor payouts with amounts greater than or equal to this value will be included.

amount_max
integer<int64>

Filter vendor payouts by maximum amount. Only vendor payouts with amounts less than or equal to this value will be included.

reference_number
string

Filter by exact reference number match. Returns only records with this exact reference number.

reference_numbers
string

Comma-separated list of reference numbers to filter vendor payouts by. Only vendor payouts with reference numbers matching any value in this list will be returned.

is_matched
boolean

Filter vendor payouts by match status. If true, only matched vendor payouts will be returned. If false, only unmatched vendor payouts will be returned.

Response

200 - application/json
data
object[]
required
meta
object

Request metadata. Present on paginated list responses.