Countries List
What is the Countries List API call?
List of countries and 2-letter country codes, suitable for populating the account opening form.
the example list can be something like so:
[
{
"identity": {
"services": {
"idv": {
"documents_supported": {},
"has_visual_sample": 0,
"is_country_supported": 0
},
"onfido": {
"documents_supported": {
"passport": {
"display_name": "Passport"
}
},
"is_country_supported": 0
}
}
},
"phone_idd": "93",
"text": "Afghanistan",
"value": "af"
},
{
"identity": {
"services": {
"idv": {
"documents_supported": {},
"has_visual_sample": 0,
"is_country_supported": 0
},
"onfido": {
"documents_supported": {},
"is_country_supported": 0
}
}
},
"phone_idd": "35818",
"text": "Aland Islands",
"value": "ax"
}
]
You can read more about the Countries List
on API Explorer - Countries List