CAntax
CAnTax provides accurate Canadian sales tax rates for all 13 provinces and territories via a simple REST API. Look up tax rates by province code or pass a postal code directly and get the correct rates back in one call no province lookup needed on your end. Returns GST, HST, PST, and QST broken out individually plus a combined total rate and a pre-formatted label (e.g. "GST 5% + PST 7%") ready…
CAntax endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
health_health_get /health |
|
| tax | ||
| GET |
get_all_tax_all_get /tax/all |
|
| GET |
get_by_postal_tax_postal__postal_code__get /tax/postal/{postal_code} |
|
| GET |
get_by_province_tax__province_code__get /tax/{province_code} |
|
CAntax pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO Recommended | $5 / month | 30 / minute |
|
| ULTRA | $15 / month | 100 / minute |
|
| MEGA | $39 / month | 300 / minute |
|