Reservation breakdown

Get price breakdown for a reservation

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

get/connectivity-payments/reservations/{reservation-id}/breakdown

Path parameters

reservation-idinteger required

The unique identifier of the reservation.

Headers

Authorizationstring required

Bearer token for authentication.

accept-versionstring

API version to use.

Response

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

Example response

{
  "meta": {
    "ruid": "string"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.