Checkouts
Get available payment methods
Get payment methods available for the given merchant to use with a checkout.
get/v0.1/merchants/{merchant_code}/payment-methods
Path parameters
merchant_codestring required
Example:M1234
The SumUp merchant code.
Query parameters
amountnumber
Example:9.99
The amount for which the payment methods should be eligible, in major units. Note that currency must also be provided when filtering by amount.
currencystring
Example:EUR
The currency for which the payment methods should be eligible.
Response
Available payment methods
Example response
{
"available_payment_methods": [
{
"id": "qr_code_pix"
}
]
}