Skip to main content
GET
List available tax codes

Choosing a tax code

Use this endpoint to find out which values are accepted in the taxCode 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. UN81 for the normal rate of 8.1% from 2024 on.
  • With the simplified method (Saldosteuersatz), the organisation’s own simplified tax codes such as SS53 are returned, together with the statutory codes that keep their meaning under the simplified method (e.g. UEX for exports or BZB81 for reverse charge). The default simplified tax code is marked with isDefault.
For a full explanation of every statutory tax code, see “Liste der MWST-Codes“.

Authorizations

x-api-token
string
header
required

API token for authentication. Obtain from your Infinity account settings.

Query Parameters

date
string<date>

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.

taxCodes
AvailableTaxCode · object[]
required