---
title: "Get list of recipients associated to the fiscal document"
method: GET
path: "/fiscal-document/v1/fiscal-documents/{id}/recipients"
tags: ["Fiscal Documents"]
---

# Get list of recipients associated to the fiscal document

`GET /fiscal-document/v1/fiscal-documents/{id}/recipients`

Retrieves a list of recipients associated to the transaction.

## Path parameters

- `id` string, required

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- FiscalDocumentRecipient[]
  - `id` string
  - `firstName` string
  - `lastName` string
  - `email` string, email
  - `type` 'COMPANY' | 'PERSON' | 'MANUAL'
  - `address` RecipientAddress
    - `address1` string
    - `address2` string
    - `city` string
    - `state` string
    - `zipCode` string
    - `country` string
  - `company` RecipientCompany
    - `name` string
    - `taxId` string
    - `taxIdType` string
    - `address1` string
    - `address2` string
    - `city` string
    - `state` string
    - `zipCode` string
    - `country` string
  - `tax` RecipientTaxInfo
    - `id` string
    - `companyName` string
    - `source` 'GUEST_TAX_ID' | 'GUEST_DOCUMENT_NUMBER' — Indicates whether the tax identification used is from Tax ID or Document Number.
  - `contactDetails` RecipientContactDetails
    - `phone` string
    - `gender` string
    - `cellPhone` string
    - `birthday` string, date-time
  - `document` RecipientDocument
    - `type` string
    - `number` string
    - `issuingCountry` string
    - `issueDate` string, date-time
    - `expirationDate` string, date-time
  - `countryData` object — Arbitrary country-specific fields from guest requirements.

---

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