---
title: "Get payout transactions"
method: GET
path: "/open-api/v1.0/payouts/transactions"
tags: ["Payouts"]
---

# Get payout transactions

`GET /open-api/v1.0/payouts/transactions`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Returns paginated payout transaction history with status, amounts, and destination info

## Query parameters

- `page` integer
- `size` integer

## Response `200`

OK

- ComFourthwallOpenapiModelOpenApiPageResponseComFourthwallOpenapiModelPayoutTransactionV1
  - `results` ComFourthwallOpenapiModelPayoutTransactionV1[], required
    - `transferAmount` ComFourthwallOpenapiModelMoneyV1, required — Money amount with currency
      - `amount` number, required — Amount value
      - `currency` string, required — Currency code (ISO 4217)
    - `payoutAmount` ComFourthwallOpenapiModelMoneyV1 — Money amount with currency
      - `amount` number, required — Amount value
      - `currency` string, required — Currency code (ISO 4217)
    - `status` string, required — Transaction status
    - `createdAt` string, date-time, required — When the transaction was created
    - `predictedArrivalDate` string, date-time — Predicted arrival date for the payout
    - `destination` union — Destination of the payout
      - ComFourthwallOpenapiModelPayoutDestinationV1BankAccount — Payout destination
        - `type` 'BANK_ACCOUNT', required
        - `last4Digits` string, required
      - ComFourthwallOpenapiModelPayoutDestinationV1Card — Payout destination
        - `type` 'CARD', required
        - `last4Digits` string, required
      - ComFourthwallOpenapiModelPayoutDestinationV1Unknown — Payout destination
        - `type` 'UNKNOWN', required
  - `total` integer
  - `page` integer
  - `size` integer
  - `totalPages` integer

## Other responses

- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/revisions/ef273312f051/schema)
