/public/card-countries
Get countries with card payment available
Query Parameters
- Type: stringenumtype
Select of what type (ISO 3166-1 Alpha-3 or Alpha-2) to return the list of countries
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"
]
}