🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
English
Developers
API documentation and developer resources
Create a new tax rate configuration
POST /api/taxes
name
rate
type
country
region
{ "id": "tax_123456789", "name": "VAT 20%", "rate": 20.0, "type": "VAT", "country": "GB", "region": null, "created_at": "2023-01-01T00:00:00Z" }