---
title: "Lists amount due to the affiliates"
method: GET
path: "/admin/payments/pending"
tags: ["payments"]
---

# Lists amount due to the affiliates

`GET /admin/payments/pending`

## Query parameters

- `affiliate_id` string
- `upto` string

## Response `200`

- object
  - `pending` object[]
    - `affiliate_id` string
    - `amount` string
  - `upto` string — Date up until the amount is owed

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