---
title: "Get a payout transactions"
method: GET
path: "/payouts/{id}/transactions"
tags: ["Payouts"]
---

# Get a payout transactions

`GET /payouts/{id}/transactions`

Get payout transactions by ID

## Path parameters

- `id` string, required

## Response `200`

OK

- GetTransactionsReply
  - `payout` Payout
    - `arrival_date` string
    - `created_at` string
    - `customer_id` string
    - `fees` PayoutFee[]
      - `amount` number
      - `covered_by_customer` boolean
      - `name` string
      - `type` 'unspecified' | 'late_payment' | 'product' | 'method'
    - `id` string
    - `status` 'unspecified' | 'creating' | 'processing' | 'analyzing' | 'succeeded' | 'scheduled' | 'approved' | 'canceled' | 'pending' | 'failed'
    - `sub_total` number
    - `total` number
  - `transactions` Transaction[]
    - `description` string
    - `direction` 'credit' | 'debit'
    - `failure_reason` string
    - `id` string
    - `method` 'standard_ach' | 'same_day_ach' | 'manual' | 'card' | 'wire' | 'rtp'
    - `status` 'created' | 'processing' | 'succeeded' | 'canceled' | 'charged' | 'failed' | 'chargeback' | 'refunded'
    - `sub_total` number
    - `total` number

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
