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:MH4H92C7
The SumUp merchant code.
Query parameters
amountnumber
Example:9.99
The amount for which the payment methods should be eligible, in major units.
currencystring
Example:EUR
The currency for which the payment methods should be eligible.
Response
Available payment methods
Example response
{
"available_payment_methods": [
{
"id": "apple_pay"
},
{
"id": "blik"
}
]
}