Skip to content

Reservation breakdown

Retrieve detailed breakdown for accommodation reservations with respect to partner payout.

Get price breakdown for a reservation

Request

Retrieve a detailed price breakdown for a given reservation, including VAT, applicable taxes, and fees, per each room the guest booked.

Path
reservation-idintegerrequired

The unique identifier of the reservation.

Headers
Authorizationstringrequired

Bearer token for authentication.

Example:Bearer <your_token>
accept-versionstring

API version to use.

curl -i -X GET \
  'https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/reservations/{reservation-id}/breakdown' \
  -H 'Authorization: Bearer <your_token>' \
  -H 'accept-version: string'

Responses

Successfully retrieved a detailed price breakdown for the reservation, including VAT, applicable taxes, and fees, per each room the guest booked.

Bodyapplication/json
metaobject(DefaultMeta)

The meta

dataobject(BreakdownResponse)

The data

errorsArray of any, <= 0 items
warningsArray of any, <= 0 items
Response
{ "meta": { "ruid": "string" }, "data": { "reservation_id": "string", "property_id": "string", "payout_type": "string", "payment_tags": [], "total_price_of_reservation": {}, "partner_payout": {}, "price_breakdown": [] }, "errors": [], "warnings": [] }