---
title: "List participant payouts"
method: GET
path: "/campaign/{id}/payouts"
tags: ["Affiliate Programs"]
---

# List participant payouts

`GET /campaign/{id}/payouts`

Retrieves a paged list of all participant payouts in an affiliate program.

## Path parameters

- `id` string, required

## Query parameters

- `nextId` string
- `limit` integer
- `status` 'UPCOMING' | 'QUEUED' | 'ISSUED' | 'FAILED'

## Response `200`

Participant payouts returned.

- ParticipantPayoutListResponse
  - `payouts` ParticipantPayout[], required
    - `id` string, required
    - `participantId` string, required
    - `commissionIds` string[], required
    - `amount` integer, required
    - `currencyISO` string, required
    - `status` 'UPCOMING' | 'QUEUED' | 'ISSUED' | 'FAILED', required
    - `createdAt` integer, required
    - `issuedAt` integer, nullable
    - `failedAt` integer, nullable
    - `provider` string, nullable
    - `amountInCampaignCurrency` integer, nullable
    - `campaignCurrencyISO` string, nullable
    - `exchangeRateAt` integer, nullable
    - `exchangeRate` number, nullable
    - `fxError` string, nullable
  - `limit` integer, required
  - `nextId` string, nullable, required

## Other responses

- `400` — Invalid request.
- `401` — Authorization is missing or invalid.
- `403` — The API key is not allowed to perform this action.
- `404` — Resource not found.
- `422` — Request is not valid for the current program or participant state.
- `429` — Too many requests.

---

[API](https://skmtc.net/growsurf/apis/growsurf-rest-api.md) · [All operations](https://skmtc.net/growsurf/apis/growsurf-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/growsurf/growsurf-rest-api/versions/26f06e273394/schema)
