---
title: "Get payment methods"
method: GET
path: "/consumers/{consumer_id}/accounting/payment-methods"
tags: ["Accounting", "Invoices"]
---

# Get payment methods

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

Get payment methods

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

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

## Response `200`

Successful Response

- ChiftPageAccountingPaymentMethod
  - `items` AccountingPaymentMethod[], required
    - `id` string, required — Technical ID of the payment method in the accounting system.
    - `name` string, nullable — Name of the payment method
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

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