It is up to property manager (PM) to set up taxes for the listing (City tax, Local tax, VAT, etc). Please note that all taxes are mandatory and paid upon check in to PM. Taxes info should be shown clearly towards guests before they create a booking.

Example of taxes returned by API Listing:

"taxes": [
      {
          "name": "Tourism fee",
          "feeBasis": "Per person / day",
          "fee": 1
      }
  ]