---
title: "Get fiscalization payment methods for a property"
method: GET
path: "/fiscal-document/v1/fiscalization/payment-methods"
tags: ["Fiscalization"]
---

# Get fiscalization payment methods for a property

`GET /fiscal-document/v1/fiscalization/payment-methods`

Returns the payment method mapping configuration for the given property

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- PaymentMethodMappingResponse
  - `paymentMethods` PaymentMethodMapping[]
    - `paymentMethodId` string, required — Cloudbeds payment method origin ID (e.g., CASH, cards_visa)
    - `key` string, required — GOBL payment means key (e.g., cash, card, credit-transfer)
    - `ext` string — Country-specific extension code override. Used when key is "other" to specify the exact country payment code (e.g., "MB" for Multibanco in PT).

## Other responses

- `404` — Fiscalization config not found for property

---

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