Unfortunately, this feature is not supported on mobile devices. For the best experience, please use a computer.

Charges API (1.0)

Create and update charges that apply at the property and room level, and setup up different configurations for different dates.

Languages
Servers
https://supply-xml.booking.com/

Charges endpoint

Lists the details of the Charges endpoints to set and retrieve taxes and fees at the property and room level.

Operations

Charges meta endpoint

Lists the details of the Charges meta endpoint to retrieve a full list of charge types supported by the Charges API.

Operations

Retrieve Charges meta information

Request

Retrieve a full list of charge types supported by the Charges API, their corresponding OTA codes, and which charge category they apply to.

curl -i -X GET \
  https://supply-xml.booking.com/charges-api/meta
Experience it firsthand in the API Explorer!

Responses

OK

Body*/*
dataArray of objects(ChargeTypeMetaEntry)
warningsArray of objects(ApiError)
errorsArray of objects(ApiError)
metaobject(ResponseMeta)