---
title: "Get payment allocation transactions"
method: GET
path: "/fiscal-document/v1/fiscal-documents/allocations"
tags: ["Fiscal Documents"]
---

# Get payment allocation transactions

`GET /fiscal-document/v1/fiscal-documents/allocations`

Retrieves payment allocations.

## Query parameters

- `sourceIds` integer[]
- `sourceIdentifiers` string[]
- `sourceKind` 'GROUP_PROFILE' | 'RESERVATION' | 'HOUSE_ACCOUNT' | 'ACCOUNTS_RECEIVABLE_LEDGER' — Kind of the source entity
- `receiptIds` integer[]

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- AllocationsData[]
  - `receipt_id` integer
  - `source_id` integer
  - `source_identifier` string
  - `source_kind` 'GROUP_PROFILE' | 'RESERVATION' | 'HOUSE_ACCOUNT' | 'ACCOUNTS_RECEIVABLE_LEDGER' — Kind of the source entity
  - `allocations` SingleAllocation[]
    - `transaction_id` integer
    - `allocated_amount` number

---

[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)
