---
title: "GET /payment_methods/{payment_method_id}"
method: GET
path: "/payment_methods/{payment_method_id}"
tags: ["Способы оплаты"]
---

# GET /payment_methods/{payment_method_id}

`GET /payment_methods/{payment_method_id}`

Информация о способе оплаты

## Path parameters

- `payment_method_id` string, required

## Response `200`

The request has succeeded.

- SavePaymentMethodBankCard
  - `type` 'bank_card', required
  - `id` string, required
  - `saved` boolean, required
  - `status` 'pending' | 'active' | 'inactive', required
  - `holder` string, required
  - `title` string
  - `confirmation` PaymentMethodsConfirmationRedirect
    - `type` 'redirect', required

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `404` — The server cannot find the requested resource.
- `429` — Client error
- `500` — Server error

## Changes

- **2026-02-14** `fe24d3dfadad` — 1 breaking, 17 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - api operation id `PaymentMethods_retrieve` was added
  - added `#/components/schemas/SavePaymentMethod` to the response body `allOf` list for the response status `200`
  - removed `subschema #2` from the response body `allOf` list for the response status `400`
  - …14 more

[Change history](https://skmtc.dev/hexlet/apis/api-kassa/changes/payment_methods/:payment_method_id/get.md)

---

[API](https://skmtc.dev/hexlet/apis/api-kassa.md) · [All operations](https://skmtc.dev/hexlet/apis/api-kassa/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexlet/api-kassa/revisions/f35dc69c1c37/schema)
