> ## Documentation Index
> Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Cash refund records from connected accounting platforms.

Cash refunds represent refund transactions recorded in accounting systems. Use this model to list refund documents with amounts, contacts, and line items (via `expand`).

Read endpoint: `GET /core/companies/{company_id}/accounting/cash_refunds`.

## Attributes

### Cash Refunds Attributes

| Property                  | Type    | Description |
| ------------------------- | ------- | ----------- |
| `rootfi_id`               | integer |             |
| `rootfi_created_at`       | string  |             |
| `rootfi_updated_at`       | string  |             |
| `platform_id`             | string  |             |
| `platform_unique_id`      | string  |             |
| `posted_date`             | string  |             |
| `document_number`         | string  |             |
| `contact_id`              | string  |             |
| `total_discount`          | double  |             |
| `sub_total`               | double  |             |
| `tax_amount`              | double  |             |
| `total_amount`            | double  |             |
| `currency_id`             | enum    |             |
| `memo`                    | string  |             |
| `shipping_amount`         | double  |             |
| `currency_rate`           | double  |             |
| `rootfi_integration_type` | enum    |             |
| `status`                  | enum    |             |
| `updated_at`              | string  |             |

## Expandable Attributes

Use the `expand` query parameter to include related objects:

* `expand=line_items` — includes the related Line Items object(s).
* `expand=contact` — includes the related Contact object(s).
* `expand=currency` — includes the related Currency object(s).
