---
title: "Get Payment Methods"
method: GET
path: "/v1/paymentMethods"
tags: ["Lookups"]
---

# Get Payment Methods

`GET /v1/paymentMethods`

Retrieves a list of payment methods, optionally filtered by `PaymentMethodID`.

## Query parameters

- `PaymentMethodID` integer

## Response `200`

A list of payment methods matching the specified criteria.

- PaymentMethodDbEntity[]
  - `PaymentMethodID` integer, nullable — The unique identifier of the payment method.
  - `PaymentMethodDescription` string, nullable — A brief description of the payment method.
  - `LastUpdated` string, date-time, nullable — The date and time when the payment method information was last updated.
  - `PrepaidPaymentBit` boolean, nullable — Indicates whether the payment method supports prepaid payments.
  - `PreselectionSupportBit` integer, nullable — Indicates whether the payment method supports pre-selection during transactions.
  - `TransactionBlockDuration` integer, nullable — The duration (in seconds) for which a transaction is blocked or held.
  - `AutomaticVoidBit` boolean, nullable — Indicates whether the payment method supports automatic voids of transactions.
  - `CKey` string, nullable — A unique key associated with the payment method for additional identification or reference.
  - `ExternalPrepaidBit` boolean, nullable — Indicates whether the payment method supports external prepaid transactions.
  - `MobileApplicationBit` boolean, nullable — Indicates whether the payment method is supported by mobile applications.
  - `QRPaymentSupportBit` boolean, nullable — Indicates whether the payment method supports QR code payments.
  - `ForceSettlementSupportBit` boolean, nullable — Indicates whether the payment method supports forced settlements.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/versions/421f6f83c257/schema)
