Skip to main content

List Payouts

GET 

/api/shopify/:integrationInstance/payouts

Returns a paginated list of Shopify Payments payouts synced for the integration instance. Each payout includes the settlement amount, a normalized summary split of charges, refunds, and adjustments (gross and fee portions), the accounting status, and the number of balance-transaction lines.

Authentication: Requires Bearer token.

Filterable columns: status, currency, accounting_status (text), amount (numeric), payout_date (date), created_at (datetime). filter[search] matches the payout ID and currency.

Filtering: pass filter[column]=value for an exact match, or filter[column.operator]=value with operators such as contains, does_not_contain, is, is_not, is_one_of, starts_with, ends_with, is_empty, is_not_empty (text), greater_than, less_than, greater_than_or_equal, less_than_or_equal, between (numeric), and is, is_not, before, after, on_or_before, on_or_after, between, today, yesterday, past_week, past_month, past_year, days_ago, past_days (date/datetime). Complex AND/OR trees can be sent as a base64-encoded JSON tree in the filter_groups parameter.

Allowed sorts: id, legacy_resource_id, payout_date, amount, status, accounting_status (prefix with - for descending; default -payout_date). Pagination defaults to 10 per page.

Request

Responses

OK

Response Headers
    Content-Type