Retrieves an existing tax by its unique code
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
Unique identifier code for the tax
Successfully retrieved tax
Represents a customizable tax rate that can be applied to invoices and fees
Name of the tax
"TVA"
The percentage rate of the tax applied to transactions. A decimal amount from 0.01 to 100.00 inclusive, always with exactly two decimal places, no leading zeros except 0.xx.
^(?!0+(?:\.0+)?$)(?:0?\.\d{1,2}|[1-9]\d?(?:\.\d{1,2})?|100(?:\.0{1,2})?)$"20.00"
Detailed description of the tax for internal reference
"French standard VAT"
Unique code used to identify the tax. Must contain only alphanumeric characters, underscores, and hyphens.
^[a-zA-Z0-9_-]*$"standard_vat"
Unique identifier of the tax
"1a901a90-1a90-1a90-1a90-1a901a901a90"
The effective start date of the subscription; can be past, current, or future. Date must be provided in ISO 8601 format
"2025-06-01T00:00:00Z"