SupportedCountriesResponse
statusboolean
Whether the request succeeded.
Example:
truecountriesstring[]
The supported ISO 3166-1 alpha-2 country codes that can be used for billing information. Codes for sanctioned or otherwise restricted countries are excluded.
Example:
["AE","AU","BR","CA","DE","FR","GB","IN","JP","SG","US","ZA"]SupportedCountriesResponse
{
"status": true,
"countries": [
"AE",
"AU",
"BR",
"CA",
"DE",
"FR",
"GB",
"IN",
"JP",
"SG",
"US",
"ZA"
]
}
Was this page helpful?