Syntax
listCountries()
Specifies a list of countries that are set up in Digistore24. This is useful for the following reason: when a country is transmitted as a function argument, the Digistore24 API uses the two-digit ISO country code. However, individual (exotic) countries are not set up. This function enables you to check if Digistore24 accepts the country code.
Access rights
Read access or full access required.
Arguments
none
Return data
A list of countries e.g.:
Array(
[EG] => Ägypten
[AL]
=> Albania
[DZ] => Algerien
[AD]
=> Andorra
[AO] => Angola
[AI]
=> Anguilla
[AG] => Antigua and Bar
[AR] => Argentinen
[AM] => Armenien
// ...
);