---
title: "List unpaid transactions"
method: GET
path: "/admin/payments/transactions/unpaid"
tags: ["payments"]
---

# List unpaid transactions

`GET /admin/payments/transactions/unpaid`

## Query parameters

- `upto` string
- `affiliate_id` string
- `group_id` string
- `tag` string
- `payment_method` string
- `affiliate_status` 'all' | 'approved' | 'invited' | 'blocked'
- `tx_type` string

## Response `200`

- object
  - `transactions` object[] — List of unpaid transactions
    - `tx_id` integer — Transaction ID
    - `affiliate_id` integer — Affiliate ID
    - `amount` number — Transaction amount
    - `currency` string — Currency code
    - `event_type` string — Event type (e.g. insert)
    - `entity_type` 'orders' | 'rewards' — Type of entity (e.g. orders, rewards)
    - `entity_id` integer — ID of the related entity
    - `metadata` object — Additional metadata for the transaction
    - `created_at` string — Date the transaction was created
  - `affiliates` object — Map of affiliate_id to affiliate details for all affiliates present in the transactions
  - `currency_conversion_multiplier` object — Map of currency code to conversion multiplier

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