Skip to main content
GET
/
v1
/
paymentMethods
Get Payment Methods
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/paymentMethods \
  --header 'Authorization: <api-key>'
[
  {
    "PaymentMethodID": 123,
    "PaymentMethodDescription": "<string>",
    "LastUpdated": "2023-11-07T05:31:56Z",
    "PrepaidPaymentBit": true,
    "PreselectionSupportBit": 123,
    "TransactionBlockDuration": 123,
    "AutomaticVoidBit": true,
    "CKey": "<string>",
    "ExternalPrepaidBit": true,
    "MobileApplicationBit": true,
    "QRPaymentSupportBit": true,
    "ForceSettlementSupportBit": true
  }
]

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Query Parameters

PaymentMethodID
integer<int32>

The unique identifier of the payment method to filter the results.

Response

200 - application/json

A list of payment methods matching the specified criteria.

PaymentMethodID
integer<int32> | null

The unique identifier of the payment method.

PaymentMethodDescription
string | null

A brief description of the payment method.

LastUpdated
string<date-time> | null

The date and time when the payment method information was last updated.

PrepaidPaymentBit
boolean | null

Indicates whether the payment method supports prepaid payments.

PreselectionSupportBit
integer<int32> | null

Indicates whether the payment method supports pre-selection during transactions.

TransactionBlockDuration
integer<int32> | null

The duration (in seconds) for which a transaction is blocked or held.

AutomaticVoidBit
boolean | null

Indicates whether the payment method supports automatic voids of transactions.

CKey
string | null

A unique key associated with the payment method for additional identification or reference.

ExternalPrepaidBit
boolean | null

Indicates whether the payment method supports external prepaid transactions.

MobileApplicationBit
boolean | null

Indicates whether the payment method is supported by mobile applications.

QRPaymentSupportBit
boolean | null

Indicates whether the payment method supports QR code payments.

ForceSettlementSupportBit
boolean | null

Indicates whether the payment method supports forced settlements.