Get supported card countries

Returns a list of countries where card payments are accepted

Query Parameters
  • type
    Type: stringenum

    Country code format (ISO 3166-1).

    values
    • alpha2
    • alpha3
Responses
  • application/json
  • 403

    Forbidden

  • 500

    Internal server error

Request Example for get/public/card-countries
curl 'https://sandbox-api.mrcr.io/v1.6/public/card-countries?type=alpha3'
{
  "status": 200,
  "data": [
    "cyp"
  ]
}