Skip to main content

List Balance Transactions

GET 

/api/shopify/:integrationInstance/balance-transactions

Returns a paginated list of Shopify Payments balance transaction lines across every payout synced for the integration instance — the line-level detail behind the payout summaries. Each line includes its type, financial code, amount, fee, net, source type, source order ID, adjustment reason, and cross-link blocks for the parent payout and (when matched) the Shopify order.

Authentication: Requires Bearer token.

Filters: filter[search] matches the internal ID, balance transaction ID, source order ID, financial code, type, or linked Shopify order (Shopify order ID or internal order ID). filter[financial_code], filter[type], filter[shopify_payout_id], and filter[id] are exact-match filters.

Allowed sorts: id, amount, created_at (prefix with - for descending; default -id). Pagination defaults to 15 per page.

Request

Responses

OK

Response Headers
    Content-Type