---
title: "List all payouts"
method: GET
path: "/payment/{connection_id}/payout"
tags: ["payment", "payout"]
---

# List all payouts

`GET /payment/{connection_id}/payout`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- PaymentPayout[]
  - `id` string
  - `created_at` string
  - `updated_at` string
  - `total_amount` number
  - `currency` string
  - `notes` string
  - `status` 'SUCCEEDED' | 'PENDING' | 'FAILED' | 'CANCELED'
  - `arrival_at` string, date-time
  - `fee_amount` number
  - `net_amount` number
  - `account_id` string
  - `lineitems` PaymentPayoutLineitem[] — The transactions included in this payout
    - `object_type` 'PAYMENT' | 'REFUND' | 'FEE' | 'ADJUSTMENT' | 'TRANSFER' | 'OTHER'
    - `object_id` string
    - `amount` number
    - `currency` string
    - `fee_amount` number
    - `net_amount` number
  - `raw` object

## Changes

- **2026-09-21** `669f9277e173` — 10 info
  - added the enum value `account_id` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `arrival_at` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `fee_amount` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `lineitems` to the property `items/` of the `query` request parameter `fields`
  - …6 more

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/payment/:connection_id/payout/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/ce0cfee83c14?raw)
