Skip to content

All countries

GET
/api/country
Code sample: Shell / cURL
curl --request GET \
--url https://api.ztlpay.io/api/country \
--header 'Authorization: Bearer <token>'

List all supported countries (possible to pay to). ZTL supports all non-sanctioned countries in the world.

Supported countries

Media typeapplication/json
Array<object>
object
countryCode
required

2-letters country code

string
countryName
required
string
Example
[
{
"countryCode": "SE",
"countryName": "Sweden"
}
]