---
title: "Lists payment requests made by the affiliate from their dashboard"
method: GET
path: "/admin/payments/requests"
tags: ["payments"]
---

# Lists payment requests made by the affiliate from their dashboard

`GET /admin/payments/requests`

## Query parameters

- `affiliate_id` string
- `since_id` string
- `status` 'in_progress' | 'paid' | 'rejected'
- `limit` number

## Response `200`

- object
  - `PaymentRequests` PaymentRequests[] — unresolved $ref

## 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)
