---
title: "List Account's Payments"
method: GET
path: "/plug/accounts/{accountId}/payments"
tags: ["Accounts"]
---

# List Account's Payments

`GET /plug/accounts/{accountId}/payments`

A payment is a transaction made by the account holder to decrease the balance of the account. An account may return one or many payments for each account. This endpoint is pageable.

This endpoint supports [Sandbox Mode](https://docs.arcadia.com/docs/sandbox-testing).

## Path parameters

- `accountId` string, required

## Query parameters

- `search` string
- `page` integer
- `size` integer
- `sort` string[]

## Headers

- `Arcadia-Version` string, required

## Response `200`

OK

- PagedPublicPaymentResource
  - `page` PageMetadata, required — Specifies which page of results to return; this is 0-indexed
    - `number` integer, required
    - `size` integer, required
    - `totalElements` integer, required
    - `totalPages` integer, required
  - `payments` PublicPaymentResource[], required — Details of payments made for the account, including amounts, dates, etc.
    - `amount` number, required — The monetary amount associated with a specific transaction or charge.
    - `currency` string, required — Currency of the amount.
    - `currencyCode` 'USD' | 'AUD' | 'CAD' | 'EUR' | 'GBP' | 'ZAR' | 'RON' | 'BRL' | 'DKK' | 'CHF' | 'MXN' | 'NZD' | 'NOK' | 'SEK' | 'CZK' | 'COP' | 'PLN' | 'ARS' | 'GTQ' | 'SGD' | 'TRY' | 'INR' | 'JPY' | 'HKD' | 'HUF' | 'AED' | 'MAD' | 'PHP' | 'IDR' | 'UYU' | 'CLP' | 'PEN' | 'MYR' | 'OMR' | 'BHD' | 'SAR' | 'GHS' | 'THB' | 'VND' | 'LKR' | 'KRW' | 'BAM' | 'BGN' | 'RSD' | 'TWD' | 'KES' | 'NGN' | 'ILS' | 'CNY' | 'CRC' | 'EUS', nullable, required — The ISO 4217 currency code for charges. This list will grow as additional currencies are supported over time.
    - `id` string, required — A unique identifier for the entity.
    - `paymentDate` string, date, required — The date on which payment was made for the account.

---

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