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

# List payouts

`GET /v2/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.

## Query parameters

- `balanceId` string, nullable
- `from` string, nullable
- `limit` integer, nullable
- `sort` 'asc' | 'desc'
- `testmode` boolean

## Headers

- `idempotency-key` string

## 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/mollie-api.md) · [All operations](https://skmtc.net/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/mollie-api/revisions/d2a3bd80c1fa/schema)
