v50

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-0342108400.9 KB
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"
    }
  ]
}