---
title: "Get payment methods (POS)"
method: GET
path: "/consumers/{consumer_id}/pos/payment-methods"
tags: ["Point of Sale", "Payment methods"]
---

# Get payment methods (POS)

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

Returns the list of payment methods (POS)

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

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

## Response `200`

Successful Response

- ChiftPagePaymentMethods
  - `items` PaymentMethods[], required
    - `id` string, required — Unique identifier of the payment method
    - `name` string, required — Chift's name of the payment method (e.g. 'Cash', 'Card', 'Transfer', ...)
    - `extra` string, nullable — Original name of the payment method
  - `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)
