Authorizations
Your secret API key. Keep this secure and never expose it in client-side code.
Body
application/json
Tax creation data
Tax name. Used to identify and reference this tax rate.
Required string length:
1 - 100
Example:
"Sales Tax"
Tax percentage rate. Must be between 0 and 100.
Required range:
0 <= x <= 100
Example:
8.5
Optional description explaining what this tax covers.
Maximum length:
255
Example:
"Standard sales tax for retail transactions"
Whether this tax is currently active and can be applied.
Example:
true
Array of app IDs where this tax should be available. If not provided, tax will be available for the current app.
Example:
["app_123e4567-e89b-12d3-a456-426614174000"]
Response
Tax created successfully