---
title: "Get payout"
method: GET
path: "/payouts/{payoutId}"
tags: ["Payouts API"]
---

# Get payout

`GET /payouts/{payoutId}`

Retrieve a single payout by its ID.

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

## Query parameters

- `testmode` boolean

## Response `200`

The payout object.

## Other responses

- `404` — No entity with this ID exists.
- `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)
