---
title: "getPaymentMethods"
method: GET
path: "/getPaymentMethods"
tags: ["Payment"]
---

# getPaymentMethods

`GET /getPaymentMethods`

Get a list of active methods for a property, or list of properties

## Query parameters

- `propertyID` string
- `lang` 'en' | 'pt-br' | 'es'

## Response `200`

200 Response

- GetPaymentMethodsResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object
    - `propertyID` string — Property ID
    - `methods` object[] — List of active methods enabled
      - `method` string — Payment Method
      - `code` string — Payment Code
      - `name` string — Payment Name (in given lang)
      - `cardTypes` object[], nullable — IF type = 'credit' the enabled card types. Having the array's keys as its type and the value as its name.
        - `cardCode` string, nullable
        - `cardName` string, nullable
    - `gateway` object — Payment Gateway used by property
      - `name` string — Gateway name
      - `currency` string — 3 letters iso code

---

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