---
title: "List payment history"
method: GET
path: "/admin/payments"
tags: ["payments"]
---

# List payment history

`GET /admin/payments`

## Query parameters

- `id` string
- `affiliate_id` string
- `created_at_max` string
- `created_at_min` string
- `since_id` string
- `limit` number
- `offset` number
- `fields` string[], required

## Response `200`

- object
  - `payments` object[]
    - `id` integer — Payout ID
    - `amount` number — The amount paid in the payout
    - `currency` number — The currency for the amount
    - `affiliate_id` number — ID of the affiliate who was paid
    - `payment_method` string — Payment method of the affiliate for this payout
    - `payment_details` object — The payment details
    - `admin_note` string — Private note written by admin
    - `affiliate_message` string — The message for the affiliate
    - `created_at` string — The date when payout was created

## Other responses

- `403` — Not authenticated

---

[API](https://skmtc.dev/goaffpro/apis/goaffpro-api.md) · [All operations](https://skmtc.dev/goaffpro/apis/goaffpro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goaffpro/goaffpro-api/revisions/832de9c7d0ae/schema)
