Skip to main content

SupportedCountriesResponse

    countries

    object[]

    Contains the supported countries along with their corresponding payment options

  • Array [

  • code string

    ISO-3 Alpha Code

    alpha2Code string

    ISO-2 Alpha Code

    name string

    The name of the country

    paymentOptions

    object[]

    List of supported payment options for a country

  • Array [

  • name string

    Name of the supported payment option

    paymentMethodType PaymentMethod (string)

    Possible values: [CARD, BALANCE]

    Payment method of the customer/quote.

    description string

    Description of the payment option

    limits

    object[]

    Min and max limits for the supported payment option

  • Array [

  • currency string

    The currency of the limit amounts

    minAmount number

    The minimum amount required for the payment

    maxAmount number

    The maximum amount allowed for the payment

  • ]

  • fiatCurrencies string[]

    List of supported fiat currencies for a country

  • ]

  • ]