---
title: "List all cash operations for an account"
method: GET
path: "/v1/accounts/{account_id}/cash_operations"
tags: ["Cash Operations (Viacash)"]
---

# List all cash operations for an account

`GET /v1/accounts/{account_id}/cash_operations`

Returns a paginated list of all associated with the customer account specified in the request URL.

## Path parameters

- `account_id` string, required

## Query parameters

- `filter[status]` 'PENDING' | 'CREATED' | 'PAID' | 'EXPIRED' | 'CANCELLED'
- `page[number]` integer
- `page[size]` integer

## Response `200`

The operation was successful.

- CashOperation[]
  - `id` string — ID of the cash operation.
  - `barcode_ean_13` string — The EAN-13 barcode that your solution must generate so that the customer can present it at the merchant POS to complete the cash operation.
  - `expires_at` string, date-time — The date and time when the cash operation barcode expires.
  - `status` 'PENDING' | 'CREATED' | 'PAID' | 'EXPIRED' | 'CANCELLED' — The current status of the cash operation.
  - `reference_id` string — End-to-end reference for the customer.
  - `person_id` string — ID of the person who initiated the cash operation.

## Other responses

- `400` — Invalid request.
- `403` — You are not authorized to perform this action.
- `404` — The account cannot be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/transactions.md) · [All operations](https://skmtc.net/solarisgroup/apis/transactions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/transactions/revisions/8df83424e244/schema)
