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
The body is of type object
.
Tax created successfully
The response is of type object
.