Tax
Dimebia provides automated tax calculation and compliance for global transactions. This guide covers tax configuration, rates, and reporting.
Overview
Tax calculation is applied automatically based on:
- Customer billing address
- Product/service type
- Current tax rates and rules
Supported Tax Types
| Tax Type | Description |
|---|---|
| VAT | Value Added Tax (EU, UK, etc.) |
| GST | Goods and Services Tax (AU, CA, SG, etc.) |
| Sales Tax | US state-level sales tax |
| Withholding Tax | Tax withheld from payments |
Configure Tax
POST /api/tax/configure
{
"defaultTaxRate": 10,
"taxInclusive": false,
"taxBehavior": "exclusive"
}
Tax Behavior
| Behavior | Description |
|---|---|
exclusive | Tax added on top of amount |
inclusive | Tax included in amount |
custom | Custom tax calculation |