---
title: "List Payments"
method: GET
path: "/v1/payments/{accountId}"
tags: ["Payments"]
---

# List Payments

`GET /v1/payments/{accountId}`

List the payments for an account

## Path parameters

- `accountId` integer, required

## Query parameters

- `dateFrom` string, date-time
- `dateTo` string, date-time
- `pageIndex` number
- `pageSize` number

## Response `200`

The payments were retrieved successfully

- PagedGetPaymentResponse
  - `count` number, required — The total number of results in the filtered, un-paged dataset
  - `results` string[], required — The paged result set

## Other responses

- `401` — Unauthorized
- `404` — No payment was found for the account with the given transaction id

---

[API](https://skmtc.net/bcb/apis/payments-api.md) · [All operations](https://skmtc.net/bcb/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bcb/payments-api/revisions/7559660d5268/schema)
