---
title: "Get allocations for an invoice"
method: GET
path: "/fiscal-document/v1/invoices/{id}/receipts/allocations"
tags: ["Fiscal Documents"]
---

# Get allocations for an invoice

`GET /fiscal-document/v1/invoices/{id}/receipts/allocations`

Retrieves all active allocations for the specified invoice, grouped by transaction ID.
Only includes allocations from receipts with active statuses.

## Path parameters

- `id` string, required

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- InvoiceAllocationsResponse
  - `allocations` InvoiceTransactionAllocation[]
    - `transaction_id` integer — Invoice transaction ID that received the allocation
    - `allocated_amount` number — Total amount allocated to this transaction from all receipts

## Other responses

- `400` — Bad Request - Invalid request (document is not an invoice or invalid ID format)
- `404` — Bad Request - Invoice not found

---

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