Creates a new tax rate that can be applied to products, invoices, and payment links.
{
"name": "Sales Tax",
"description": "Standard sales tax for retail transactions",
"percentage": 8.5,
"active": true
}
name: Tax name for identification (1-100 characters)percentage: Tax rate percentage (0-100)description: Explanation of what this tax covers (max 255 characters)active: Whether this tax is currently active (default: true)appIds: Array of app IDs where this tax should be availableYour secret API key. Keep this secure and never expose it in client-side code.
Tax creation data
Tax name. Used to identify and reference this tax rate.
1 - 100"Sales Tax"
Tax percentage rate. Must be between 0 and 100.
0 <= x <= 1008.5
Optional description explaining what this tax covers.
255"Standard sales tax for retail transactions"
Whether this tax is currently active and can be applied.
true
Array of app IDs where this tax should be available. If not provided, tax will be available for the current app.
["app_123e4567-e89b-12d3-a456-426614174000"]Tax created successfully