---
title: "GET /billing/payments/"
method: GET
path: "/billing/payments/"
tags: ["billing"]
---

# GET /billing/payments/

`GET /billing/payments/`

## Response `200`

OK

- CreditTransaction[]
  - `id` string, uuid
  - `amount` integer, required — Positive = grant, negative = debit; 10 Credits = $0.01
  - `source` 'topup' | 'subscription' | 'usage' | 'refund' | 'admin' | 'adjustment'
  - `reason` string
  - `timestamp` string, date-time
  - `balance_after` integer, nullable — Balance after this transaction

---

[API](https://skmtc.net/tadeus/apis/integration-api.md) · [All operations](https://skmtc.net/tadeus/apis/integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tadeus/integration-api/versions/1eb25fb9c852/schema)
