Loading
https://api.apifreaks.com/v1.0/vat/supported-countries
$ pip install requests
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| VAT_Supported_Countries_And_States | Array | Mandatory | An array of objects, each representing a country supported for VAT validation. Each object is keyed by the country name in snake_case. |
| VAT_Supported_Countries_And_States[].[countryName] | Object | Mandatory | An object keyed by the snake_case country name (e.g., "united_states"), containing the country code and optionally a states map. |
| VAT_Supported_Countries_And_States[].[countryName].code | String | Mandatory | The ISO 3166-1 alpha-2 country code in lowercase (e.g., "us", "de", "fr"). |
| VAT_Supported_Countries_And_States[].[countryName].states | Object | Optional | An optional map of states/provinces, present only for countries that have state-level VAT (e.g., United States, Canada, Spain). Each key is the state name in snake_case and the value is the state code in the format "[countryCode]:[stateCode]" (e.g., "us:ca"). |
| Field | Type | Requirement | Description |
|---|---|---|---|
| IBAN_Supported_Countries | Array | Mandatory | An array of country objects that support IBAN (International Bank Account Number) validation. |
| IBAN_Supported_Countries[].countryCode | String | Mandatory | The ISO 3166-1 alpha-2 country code in uppercase (e.g., "DE", "FR", "GB"). |
| IBAN_Supported_Countries[].name | String | Mandatory | The full name of the country (e.g., "Germany", "France"). |
| Field | Type | Requirement | Description |
|---|---|---|---|
| SWIFT_Supported_Countries | Array | Mandatory | An array of country objects that support SWIFT (Society for Worldwide Interbank Financial Telecommunication) code validation. |
| SWIFT_Supported_Countries[].name | String | Mandatory | The full name of the country (e.g., "United States", "Japan"). |
| SWIFT_Supported_Countries[].countryCode | String | Mandatory | The ISO 3166-1 alpha-2 country code in uppercase (e.g., "US", "JP"). |