@sumup/sdk
    Preparing search index...

    Type Alias GetPaymentMethodsResponse

    type GetPaymentMethodsResponse = {
        available_payment_methods?: { id: string }[];
    }
    Index
    available_payment_methods?: { id: string }[]

    Payment methods available to the merchant for the checkout.

    Type Declaration

    • id: string

      Unique identifier of the payment method.