Skip to main content

Get Supported Countries

GET 

/api/crypto-purchase/v2/supported-countries

Provide supported countries with their corresponding payment options and limits

Request

Query Parameters

    countryId string

    The country ISO-3 code to fetch configuration for

    Example: BGR

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

    paymentMethod PaymentMethod (string)

    Possible values: [CARD, BALANCE]

    The payment method used by the customer

    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

  • ]

  • sourceCurrencies string[]

    List of supported source currencies for a country

  • ]

  • ]

Loading...