---
title: "Get payment methods (PMS)"
method: GET
path: "/consumers/{consumer_id}/pms/payment-methods"
tags: ["Property Management System", "Payment methods"]
---

# Get payment methods (PMS)

`GET /consumers/{consumer_id}/pms/payment-methods`

Returns the list of payment methods

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer
- `location_id` string, nullable

## Response `200`

Successful Response

- ChiftPagePMSPaymentMethods
  - `items` PMSPaymentMethods[], required
    - `id` string, required — Unique identifier of the payment method
    - `source_ref` Ref, required
      - `id` string, nullable — Technical id in the target software
      - `model` string, nullable — Name of the model/entity in the target software
    - `name` string, required — Chift's name of the payment method (e.g. 'Cash', 'Card', 'Transfer', ...)
    - `extra` string, nullable — Original name of the payment method
    - `ledger_account_code` string, nullable — Ledger account code assigned to the category
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `405` — Method Not Allowed
- `422` — Validation Error
- `502` — Bad Gateway

---

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