Skip to main content

Get Supported Countries

GET 

/v1/configurations/countries

Get the supported countries with their corresponding payment options, limits and available fiat currencies. Be advised that Skrill offers variable limits to our consumers based on the risk profile of their country of residence, as well as their status with us (VIP or standard user profile). As personalized limits can be verified only after the consumer has logged into our system, this endpoint will only return general country limits, with no calibration based on user profile.

Request

Query Parameters

    country string

    The specific country ISO-3 code which the merchant needs configurations for

    Example: BGR
    partnerId int64required

    The customer ID of the merchant for whom configuration should be extracted

    Example: 218704222

Responses

OK

Schema

    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

  • ]

  • ]

Loading...