Skip to main content

Taxes

The Taxes file is designed to facilitate the setup of taxes within the Inventory platform. It's necessary for managing tax-specific data and relate to the rates created previously.

File Name Format​

The file name format for the Tax Setup is as follows: clientCode-providerCode-HotelCode#ContextCode-taxes.csv.

If you have any questions about how to add the requested information to create the file name, you can consult the following link:
Importance of the file name for Travelgate's FTP uploads

Tax​

ElementMandatoryDescription
Rate Code1Unique identifier that associate this surcharge to a unique rate code.
Charge Type1Indicate if the surcharge is included or not in the final price. Example: (0 - Included (included in the final price)) or (1 - Excluded (excluded the final price)).
Type1Indicate the surcharge type (Check the Type Codes).
ApplyType1Indicate the apply type of the tax value (Check the ApplyType Codes).
Value1Amount or percentage to be paid.
Is Per Night0Indicate if it is a surcharge that applies per day or not. Example: (0 - False (not apply per day)) or (1 - True (apply per day)).
Is Per Pax0Indicate if it is a surcharge that applies per pax or not. Example: (0 - False (not apply per pax)) or (1 - True (apply per pax)).
caution

IMPORTANT: The column order must be exactly as shown: Rate Code;Charge Type;Type;ApplyType;Value;Is Per Night;Is Per Pax. Note that Type comes before ApplyType.

CSV Format Example for Channel Managers​

Rate Code;Charge Type;Type;ApplyType;Value;Is Per Night;Is Per Pax
"123RATE_TEST";"1";"City";"Amount";"20";"1";"1"

Additional information​

ApplyType​

ApplyType
PerCent
Amount

Type​

Type
City
Local
Resort Fee
Supplement To Be Paid On Spot
note

Note: If ApplyType is PerCent, Is Per Night and Is Per Pax cannot be true.