---
title: "List payouts"
method: GET
path: "/payouts"
tags: ["Payouts API"]
---

# List payouts

`GET /payouts`

Retrieve a list of all payouts for your organization, including payouts initiated automatically by the balance's payout schedule and payouts requested via the API or dashboard.

Only payouts created on or after April 1st, 2026 are returned.

The results are paginated. Use the `from` query parameter together with `_links.next` to iterate through the full result set.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [Advanced access token with **payouts.read**](/reference/authentication)

## Query parameters

- `balanceId` string, nullable
- `from` string
- `limit` integer, nullable
- `sort` string
- `testmode` boolean

## Response `200`

A list of payout objects. For a complete reference of the payout object, refer to the [Get payout endpoint](get-payout) documentation.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/versions/4b45df3039ef/schema)
