---
title: "Retrieve a cash operation"
method: GET
path: "/v1/cash_operations/{cash_operation_id}"
tags: ["Cash Operations (Viacash)"]
---

# Retrieve a cash operation

`GET /v1/cash_operations/{cash_operation_id}`

Returns the cash operation specified in the request URL.

## Path parameters

- `cash_operation_id` string, required

## Response `200`

Cash operation fetched successfully.

- 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 cash operation 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)
