VATlayer integration (Finance, Data). Imported from open-connector.
https://apilayer.net/api/validate
| Param | Type | Required | Description |
|---|---|---|---|
| vatNumber | string | required | VAT number to validate, including the country prefix when available. |
/rate
| Param | Type | Required | Description |
|---|---|---|---|
| countryCode | string | optional | Two-letter ISO country code to select country VAT rates. |
| ipAddress | string | optional | Custom IP address to use to geolocate a country for VAT rate lookup. |
| useClientIp | boolean | optional | Whether vatlayer should use the requester's IP address to determine the country. |
/rate_list
/price
| Param | Type | Required | Description |
|---|---|---|---|
| amount | number | required | Monetary amount to convert. |
| type | string | optional | Reduced VAT type to apply, such as medical or books. |
| incl | boolean | optional | Whether the amount already includes VAT and should be reverse-calculated. |
| countryCode | string | optional | Two-letter ISO country code to select country VAT rates. |
| ipAddress | string | optional | Custom IP address to use to geolocate a country for VAT rate lookup. |
| useClientIp | boolean | optional | Whether vatlayer should use the requester's IP address to determine the country. |
/types