SumUp · Example Payload

Getpaymentmethods Response 200

PaymentsPOSPoint of SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments

Getpaymentmethods Response 200 is an example object payload from SumUp, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

available_payment_methods

Example Payload

Raw ↑
{
  "available_payment_methods": [
    {
      "id": "apple_pay"
    },
    {
      "id": "blik"
    }
  ]
}