Skip to main content

SupportedCountriesResponse

statusboolean

Whether the request succeeded.

Example: true
countriesstring[]

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"
]
}