GET
List payment methods enabled for the merchant

Authorizations

x-api-key
string
header
required

Server-side merchant API key. Never expose it in browser code.

Query Parameters

currency
string
required

Three-letter currency code for the checkout.

Required string length: 3
Example:

"EUR"

amountMinor
integer
required

Checkout amount in minor units.

Required range: x >= 1
Example:

4990

country
string

Customer billing country used for eligibility.

Required string length: 2
Example:

"DE"

mode
enum<string>
default:hosted

Checkout mode used for capability filtering.

Available options:
hosted,
embedded

Response

Successful response

currency
string
required
Example:

"EUR"

methods
object[]
required