Accounting
List available tax codes
Lists the VAT tax codes that can be used in the taxCode field of ledger entries on a given date.
Which tax codes are available depends on the organisation’s VAT settings for that date:
- Without VAT, no tax codes are available.
- With the effective method, the statutory tax codes at the rates in force on that date are available (e.g.
UN81from 2024 on,UN77before). - With the simplified method (Saldosteuersatz), the organisation’s own simplified tax codes (e.g.
SS53) are available, along with the statutory codes that keep their meaning under the simplified method, such asUEXorBZB81.
GET
List available tax codes
Choosing a tax code
Use this endpoint to find out which values are accepted in thetaxCode field when posting a ledger entry. The available tax codes depend on the organisation’s VAT settings and on the statutory VAT rates in force on the date of the booking, so pass the booking date as the date parameter:
- If the organisation is not subject to VAT, the list is empty and ledger entries should be posted without a tax code.
- With the effective method, the statutory tax codes are returned at the rates that apply on the given date, e.g.
UN81for the normal rate of 8.1% from 2024 on. - With the simplified method (Saldosteuersatz), the organisation’s own simplified tax codes such as
SS53are returned, together with the statutory codes that keep their meaning under the simplified method (e.g.UEXfor exports orBZB81for reverse charge). The default simplified tax code is marked withisDefault.
For a full explanation of every statutory tax code, see “Liste der
MWST-Codes“.
Authorizations
API token for authentication. Obtain from your Infinity account settings.
Query Parameters
The date for which to list the available tax codes in YYYY-MM-DD format. Defaults to today.
Response
The tax codes that can be used for ledger entries on the given date.