Skip to content

Implementing business model in reservations using B.XML

This topic describes changes to B.XML reservation responses when the Include business model in Reservation feature is enabled. For information on managing business models, see Managing business models.

Understanding the scope of change

If your properties operate on a net rate model, following are the possible changes when implementing the Include business model in Reservation (new_business_model_reservationsapi) feature:

  • Change 1: Business model identifier added at room level
    The business_model and property_business_model_id attributes are added to the <price> element for each room. This identifies the property and the business model type (net_rate or commission_rate). A property can have rooms with different business models in the same reservation.

  • Change 2: Commission removed for net rate reservations
    When the feature is enabled, <commissionamount> is removed from both the reservation level and the room level for net rate rooms. When the feature is disabled, <commissionamount> remains present with zero amounts.

  • Change 3: Net price returned at room-reservation level
    When Payments Clarity Package v2 (payment_clarity_package_v2) is also enabled, a <net_price> element is added inside <hotel> within <price_details> at room level.

  • Change 4: Guest total absent for net rate rooms in price details
    When <price_details> is returned, the <guest> section omits <total> for net rate rooms. Tax components remain present. For commission rate rooms, <guest> > <total> is present as normal.

Comparing BXML response changes

Response elementnew_business_model_reservationsapi: OFFnew_business_model_reservationsapi: ON
<commissionamount> (net rate rooms)Present with zero amountsRemoved
business_model + property_business_model_id on <price>Not presentAdded
<price_details> > <hotel> > <net_price>Not presentAdded (requires PCP V2 enabled)
<price_details> > <guest> > <total> (net rate rooms)Not presentNot present
<price_details> > <guest> > <total> (commission rate rooms)PresentPresent

For a full reference of the standard BXML reservation response, see Retrieving reservations using B.XML.

BXML response examples

The following examples show progressive changes across feature flag combinations for net rate, commission rate, and mixed rate reservations.

Each scenario includes examples for:

  • Net rate model
  • Commission rate model
  • Mixed rates model (both business models in one reservation)

BXML response with Payments Clarity Package and business model features disabled

ScenarioInclude business model in Reservation(new_business_model_reservationsapi)Payments Clarity Package (vcc_payment_v2)Payments Clarity Package V2 (payment_clarity_package_v2)reservations typeBXML response
1aNoNoNonet rates modelresponse example
1bNoNoNocommission rates modelresponse example
1cNoNoNomixed rates modelresponse example

Scenario 1a: Reservation using Net rate model

new_business_model_reservationsapi: OFFvcc_payment_v2: OFFpayment_clarity_package_v2: OFF
<reservations>
    <reservation>
        <booked_at>2026-03-30T07:39:28+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>356</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.306337@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437845566</id>
        <modified_at>2026-03-30T07:39:39+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="15.19"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-01</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T07:39:28+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-02</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977601</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price date="2026-04-01"
             genius_rate="no"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <remarks></remarks>
            <roomreservation_id>6172319663</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>09:39:28</time>
        <totalprice>5</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YZCvh36t5XbrzTSh5JYCnInJ1NH8UhKf/gKZEiF7iG1FQotCmRZmIZvGDQlPPg51tNpiOISSJGgCOP9Td5/GXQs=] -->

Scenario 1b: Reservation using Commission rate model

new_business_model_reservationsapi: OFFvcc_payment_v2: OFFpayment_clarity_package_v2: OFF
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:21:07+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>821</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.645357@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437891348</id>
        <modified_at>2026-03-30T08:21:15+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="14.32"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-03-31</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:21:07+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-01</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="2"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977602</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 2.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-03-31"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <remarks></remarks>
            <roomreservation_id>6172378507</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <status>new</status>
        <time>10:21:07</time>
        <totalprice>4</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9Ycq2Z4Q4v9x74Xy5qtSxwpDqqTKjB7I8WLKQmJ8QuBr0jBXlPHTtVXpD5uZ/f15BZqu7jxHduyQdgNQzEE8wdS4=] -->

Scenario 1c: Reservation using Mixed rates model

new_business_model_reservationsapi: OFFvcc_payment_v2: OFFpayment_clarity_package_v2: OFF
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:30:09+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>926</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qrates.631741@guest.booking.com</email>
            <first_name>QS persona</first_name>
            <last_name>Mixed rates</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>6052529333</id>
        <modified_at>2026-03-30T08:30:22+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="29.51"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977602</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <remarks></remarks>
            <roomreservation_id>6172392324</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977601</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <remarks></remarks>
            <roomreservation_id>6172392325</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>10:30:09</time>
        <totalprice>9</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YY5MJoaTKMwVBo85XGUj4aI9PcKCaixKNikXfYT7ILTvSpK184VxEQf0Llv+15LXo2X/DlWIws7JVa8IKLZRn9o=] -->

BXML response with Payments Clarity Package features enabled

ScenarioInclude business model in Reservation(new_business_model_reservationsapi)Payments Clarity Package (vcc_payment_v2)Payments Clarity Package V2 (payment_clarity_package_v2)reservations typeBXML response
2aNoYesYesnet rates modelresponse example
2bNoYesYescommission rates modelresponse example
2cNoYesYesmixed rates modelresponse example

Scenario 2a: Reservation using Net rate model

new_business_model_reservationsapi: OFFvcc_payment_v2: ONpayment_clarity_package_v2: ON

Note that for the scenario where vcc_payment_v2 was enabled, the include_price_details feature was also enabled.

Changes to note

  • <price_details> added inside <room> with <guest> and <hotel> sections containing tax breakdowns
  • <customer> gains VCC fields: <cc_activation_date>, <cc_current_balance>, <currencycode>, <vcc_expiration_date>
  • <guest> omits <total> for net rate rooms
<reservations>
    <reservation>
        <booked_at>2026-03-30T07:39:28+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-01</cc_activation_date>
            <cc_current_balance>15.19</cc_current_balance>
            <cc_cvc>356</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.306337@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437845566</id>
        <modified_at>2026-03-30T07:39:39+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="15.19"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-01</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T07:39:28+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-02</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977601</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price date="2026-04-01"
             genius_rate="no"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>17.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172319663</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>09:39:28</time>
        <totalprice>5</totalprice>
    </reservation>
</reservations>

Scenario 2b: Reservation using Commission rate model

new_business_model_reservationsapi: OFFvcc_payment_v2: ONpayment_clarity_package_v2: ON

Note that for the scenario where vcc_payment_v2 was enabled, the include_price_details feature was also enabled.

Changes to note

  • <price_details> added inside <room> with <guest> and <hotel> sections containing tax breakdowns
  • <customer> gains VCC fields: <cc_activation_date>, <cc_current_balance>, <currencycode>, <vcc_expiration_date>
  • <guest> includes <total> for commission rate rooms
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:21:07+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-03-31</cc_activation_date>
            <cc_current_balance>14.32</cc_current_balance>
            <cc_cvc>821</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.645357@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437891348</id>
        <modified_at>2026-03-30T08:21:15+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="14.32"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-03-31</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:21:07+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-01</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="2"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977602</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 2.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-03-31"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172378507</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <status>new</status>
        <time>10:21:07</time>
        <totalprice>4</totalprice>
    </reservation>
</reservations>

Scenario 2c: Reservation using Mixed rates model

new_business_model_reservationsapi: OFFvcc_payment_v2: ONpayment_clarity_package_v2: ON

Note that for the scenario where vcc_payment_v2 was enabled, the include_price_details feature was also enabled.

Changes to note

  • <price_details> added inside each <room> with <guest> and <hotel> sections containing tax breakdowns
  • <customer> gains VCC fields: <cc_activation_date>, <cc_current_balance>, <currencycode>, <vcc_expiration_date>
  • Net rate room: <guest> omits <total>
  • Commission rate room: <guest> includes <total>
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:30:09+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-03</cc_activation_date>
            <cc_current_balance>29.51</cc_current_balance>
            <cc_cvc>926</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qrates.631741@guest.booking.com</email>
            <first_name>QS persona</first_name>
            <last_name>Mixed rates</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>6052529333</id>
        <modified_at>2026-03-30T08:30:22+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="29.51"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977602</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392324</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977601</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>17.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392325</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>10:30:09</time>
        <totalprice>9</totalprice>
    </reservation>
</reservations>

BXML response with Include business model enabled

ScenarioInclude business model in Reservation(new_business_model_reservationsapi)Payments Clarity Package (vcc_payment_v2)Payments Clarity Package V2 (payment_clarity_package_v2)reservations typeBXML response
3aYesNoNonet rates modelresponse example
3bYesNoNocommission rates modelresponse example
3cYesNoNomixed rates modelresponse example

Scenario 3a: Reservation using Net rate model

new_business_model_reservationsapi: ONvcc_payment_v2: OFFpayment_clarity_package_v2: OFF

Changes to note

  • <commissionamount> removed from both reservation and room level
  • <price> tag gains business_model="net_rate" and property_business_model_id="15077275" attributes
<reservations>
    <reservation>
        <booked_at>2026-03-30T07:39:28+00:00</booked_at>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>356</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.306337@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437845566</id>
        <modified_at>2026-03-30T07:39:39+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="15.19"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-01</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T07:39:28+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-02</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977601</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price business_model="net_rate"
             date="2026-04-01"
             genius_rate="no"
             property_business_model_id="15077275"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <remarks></remarks>
            <roomreservation_id>6172319663</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>09:39:28</time>
        <totalprice>5</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YdX6N92HZ9FZbtdrFl+yYH1+EMOLai7CO4VrCyBTtwfC3Sy+DNbYFEk8xjJ5HZ/Llagua2fkNzxzXs/qz/ggqKY=] -->

Scenario 3b: Reservation using Commission rate model

new_business_model_reservationsapi: ONvcc_payment_v2: OFFpayment_clarity_package_v2: OFF

Changes to note

  • <price> gains business_model="commission_rate" and property_business_model_id="14737251" attributes
  • <commissionamount> retained at both reservation and room level
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:21:07+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>821</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.645357@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437891348</id>
        <modified_at>2026-03-30T08:21:15+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="14.32"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-03-31</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:21:07+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-01</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="2"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977602</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 2.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-03-31"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <remarks></remarks>
            <roomreservation_id>6172378507</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <status>new</status>
        <time>10:21:07</time>
        <totalprice>4</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9Ycq2Z4Q4v9x74Xy5qtSxwpDqqTKjB7I8WLKQmJ8QuBr0jBXlPHTtVXpD5uZ/f15BZqu7jxHduyQdgNQzEE8wdS4=] -->

Scenario 3c: Reservation using Mixed rates model

new_business_model_reservationsapi: ONvcc_payment_v2: OFFpayment_clarity_package_v2: OFF

Changes to note

Net rate room:

  • <commissionamount> removed from room level
  • <price> gains business_model="net_rate" and property_business_model_id="15077275"

Commission rate room:

  • <price> gains business_model="commission_rate" and property_business_model_id="14737251"
  • <commissionamount> retained

Reservation level:

  • <commissionamount> removed (net_rate behavior takes precedence)
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:30:09+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_cvc>926</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qrates.631741@guest.booking.com</email>
            <first_name>QS persona</first_name>
            <last_name>Mixed rates</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.
</remarks>
            <telephone>+31643746246</telephone>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>6052529333</id>
        <modified_at>2026-03-30T08:30:22+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="29.51"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977602</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <remarks></remarks>
            <roomreservation_id>6172392324</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977601</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price date="2026-04-03"
             genius_rate="no"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <remarks></remarks>
            <roomreservation_id>6172392325</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>10:30:09</time>
        <totalprice>9</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YY5MJoaTKMwVBo85XGUj4aI9PcKCaixKNikXfYT7ILTvSpK184VxEQf0Llv+15LXo2X/DlWIws7JVa8IKLZRn9o=] -->

BXML response with Payments Clarity Package and Include business model enabled

ScenarioInclude business model in Reservation(new_business_model_reservationsapi)Payments Clarity Package (vcc_payment_v2)Payments Clarity Package V2 (payment_clarity_package_v2)reservations typeBXML response
4aYesYesNonet rates modelresponse example
4bYesYesNocommission rates modelresponse example
4cYesYesNomixed rates modelresponse example

Scenario 4a: Reservation using Net rate model

new_business_model_reservationsapi: ONvcc_payment_v2: ONpayment_clarity_package_v2: OFF

Note that for the scenario where vcc_payment_v2 was enabled, the include_price_details feature was also enabled.

Changes to note

  • <commissionamount> removed from both reservation and room level
  • <price> gains business_model="net_rate" and property_business_model_id attributes
  • <price_details> added with <guest> and <hotel> sections
  • <customer> gains VCC fields: <cc_activation_date>, <cc_current_balance>, <currencycode>, <vcc_expiration_date>
  • <guest> omits <total> for net rate rooms
<reservations>
    <reservation>
        <booked_at>2026-03-30T07:39:28+00:00</booked_at>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-01</cc_activation_date>
            <cc_current_balance>15.19</cc_current_balance>
            <cc_cvc>356</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.306337@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437845566</id>
        <modified_at>2026-03-30T07:39:39+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="15.19"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-01</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T07:39:28+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-02</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977601</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price business_model="net_rate"
             date="2026-04-01"
             genius_rate="no"
             property_business_model_id="15077275"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>5</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172319663</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>09:39:28</time>
        <totalprice>5</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YYZJjxQwaDIW06N4947wGNzPXuGJ7B4kvIJ4PGl/wOK+aa8cGpuyRFgAveW8pP+hycNhboxxxwvwRJW7U461Jow=] -->

Scenario 4b: Reservation using Commission rate model

new_business_model_reservationsapi: ONvcc_payment_v2: ONpayment_clarity_package_v2: OFF

Note that for the scenario where vcc_payment_v2 was enabled, the include_price_details feature was also enabled.

Changes to note

  • <price> gains business_model="commission_rate" and property_business_model_id attributes
  • <commissionamount> retained at both reservation and room level
  • <price_details> added with <guest> and <hotel> sections
  • <customer> gains VCC fields: <cc_activation_date>, <cc_current_balance>, <currencycode>, <vcc_expiration_date>
  • <guest> includes <total> for commission rate rooms
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:21:07+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-03-31</cc_activation_date>
            <cc_current_balance>14.32</cc_current_balance>
            <cc_cvc>821</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.645357@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437891348</id>
        <modified_at>2026-03-30T08:21:15+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="14.32"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-03-31</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:21:07+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-01</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="2"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977602</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 2.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price business_model="commission_rate"
             date="2026-03-31"
             genius_rate="no"
             property_business_model_id="14737251"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>4</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172378507</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <status>new</status>
        <time>10:21:07</time>
        <totalprice>4</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YTf+ZDCsxL+YhGKP7k40XHN0MsscCsn3C77jvmh1GudnskjX2epvVv2rWRfdAezvK9WJ3R6inXFBAOGtCXLLh/Q=] -->

Scenario 4c: Reservation using Mixed rates model

new_business_model_reservationsapi: ONvcc_payment_v2: ONpayment_clarity_package_v2: OFF

Note that for the scenario where vcc_payment_v2 was enabled, the include_price_details feature was also enabled.

Changes to note

Net rate room:

  • <commissionamount> removed
  • <price> gains business_model="net_rate"
  • <guest> omits <total>

Commission rate room:

  • <commissionamount> retained
  • <price> gains business_model="commission_rate"
  • <guest> includes <total>

Both rooms:

  • <price_details> added with <guest> and <hotel> sections
  • <customer> gains VCC fields: <cc_activation_date>, <cc_current_balance>, <currencycode>, <vcc_expiration_date>
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:30:09+00:00</booked_at>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-03</cc_activation_date>
            <cc_current_balance>29.51</cc_current_balance>
            <cc_cvc>926</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qrates.631741@guest.booking.com</email>
            <first_name>QS persona</first_name>
            <last_name>Mixed rates</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>6052529333</id>
        <modified_at>2026-03-30T08:30:22+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="29.51"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977602</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price business_model="commission_rate"
             date="2026-04-03"
             genius_rate="no"
             property_business_model_id="14737251"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>4</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392324</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977601</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price business_model="net_rate"
             date="2026-04-03"
             genius_rate="no"
             property_business_model_id="15077275"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="no"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>5</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392325</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>10:30:09</time>
        <totalprice>9</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YROIKDCdld/9Ur3lFeOXSZFwrBl2CUvR4mkF1nvVEV5xs0/UFNUYycnBtY94ZjPAzgWm4bGZQRkaByouDpvcCA0=] -->

BXML response with both Payments Clarity Package features and Include business model enabled

ScenarioInclude business model in Reservation(new_business_model_reservationsapi)Payments Clarity Package (vcc_payment_v2)Payments Clarity Package V2 (payment_clarity_package_v2)reservations typeBXML response
5aYesYesYesnet rates modelresponse example
5bYesYesYescommission rates modelresponse example
5cYesYesYesmixed rates modelresponse example

Scenario 5a: Reservation using Net rate model

new_business_model_reservationsapi: ONvcc_payment_v2: ONpayment_clarity_package_v2: ON

Note that for the scenario where vcc_payment_v2 was enabled, the include_price_details feature was also enabled.

Changes to note

  • <commissionamount> removed from both reservation and room level
  • <price> gains business_model="net_rate" and property_business_model_id attributes
  • <price_details> added at room level:
    • <hotel>: <net_price>, <extracomponent> entries, and <total>
    • <guest>: <extracomponent> entries only — no <total> for net rate rooms
  • <customer> gains VCC fields: <cc_activation_date>, <cc_current_balance>, <currencycode>, <vcc_expiration_date>
<reservations>
    <reservation>
        <booked_at>2026-03-30T07:39:28+00:00</booked_at>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-01</cc_activation_date>
            <cc_current_balance>15.19</cc_current_balance>
            <cc_cvc>356</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.306337@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437845566</id>
        <modified_at>2026-03-30T07:39:39+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="15.19"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-01</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T07:39:28+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-02</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977601</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price business_model="net_rate"
             date="2026-04-01"
             genius_rate="no"
             property_business_model_id="15077275"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <net_price>5</net_price>
                    <total>17.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172319663</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>09:39:28</time>
        <totalprice>5</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YaZ6/Vt+9xGblZ3Hn6DHomxrR/gyT8bMuxAfIduUL45fUVAhxm+IA6bUL+WcB1ucO15IEytDGgrjl3TNlZRuEK4=] -->

Scenario 5b: Reservation using Commission rate model

new_business_model_reservationsapi: ONvcc_payment_v2: ONpayment_clarity_package_v2: ON

Note that for the scenario where vcc_payment_v2 was enabled, the include_price_details feature was also enabled.

Changes to note

  • <price> gains business_model="commission_rate" and property_business_model_id attributes
  • <commissionamount> retained at both reservation and room level
  • <price_details> added at room level:
    • <hotel>: <net_price>, <extracomponent> entries, and <total>
    • <guest>: <extracomponent> entries and <total> — guest total is present for commission rate rooms
  • <customer> gains VCC fields: <cc_activation_date>, <cc_current_balance>, <currencycode>, <vcc_expiration_date>
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:21:07+00:00</booked_at>
        <commissionamount>0</commissionamount>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-03-31</cc_activation_date>
            <cc_current_balance>14.32</cc_current_balance>
            <cc_cvc>821</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qperso.645357@guest.booking.com</email>
            <first_name>QS</first_name>
            <last_name>Persona</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>5437891348</id>
        <modified_at>2026-03-30T08:21:15+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="14.32"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-03-31</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:21:07+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-01</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="2"
                     type="adult" />
            </guest_counts>
            <guest_name>QS Persona</guest_name>
            <id>1492977602</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 2.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price business_model="commission_rate"
             date="2026-03-31"
             genius_rate="no"
             property_business_model_id="14737251"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <net_price>4</net_price>
                    <total>16.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172378507</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <status>new</status>
        <time>10:21:07</time>
        <totalprice>4</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9Yb5LDung52LnoWzVJBAIK4vzvJpDD/p4mCthHuRg0CvA80fHffNfz/R3sdS+E0ezm79UtrmMNOonydaaFoD3yVM=] -->

Scenario 5c: Reservation using Mixed rates model

new_business_model_reservationsapi: ONvcc_payment_v2: ONpayment_clarity_package_v2: ON

Note that for the scenario where vcc_payment_v2 was enabled, the include_price_details feature was also enabled.

Changes to note

Net rate room:

  • <commissionamount> removed
  • <price> gains business_model="net_rate"
  • <guest> omits <total>

Commission rate room:

  • <commissionamount> retained
  • <price> gains business_model="commission_rate"
  • <guest> includes <total>

Both rooms:

  • <price_details> added with <hotel> (including <net_price>) and <guest>
  • <customer> gains VCC fields: <cc_activation_date>, <cc_current_balance>, <currencycode>, <vcc_expiration_date>
<reservations>
    <reservation>
        <booked_at>2026-03-30T08:30:09+00:00</booked_at>
        <currencycode>USD</currencycode>
        <customer>
            <cc_activation_date>2026-04-03</cc_activation_date>
            <cc_current_balance>29.51</cc_current_balance>
            <cc_cvc>926</cc_cvc>
            <cc_expiration_date>04/2027</cc_expiration_date>
            <cc_name>Bookingcom Agent</cc_name>
            <cc_number>1</cc_number>
            <cc_type>MasterCard (virtual credit card)</cc_type>
            <company></company>
            <countrycode>PT</countrycode>
            <currencycode>EUR</currencycode>
            <dc_issue_number></dc_issue_number>
            <dc_start_date></dc_start_date>
            <email>qrates.631741@guest.booking.com</email>
            <first_name>QS persona</first_name>
            <last_name>Mixed rates</last_name>
            <remarks>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.
</remarks>
            <telephone>+31643746246</telephone>
            <vcc_expiration_date>2027-04-01</vcc_expiration_date>
        </customer>
        <date>2026-03-30</date>
        <hotel_id>14929776</hotel_id>
        <hotel_name>DO NOT TOUCH - Connectivity Test US Property NRM QOHESSJ1165</hotel_name>
        <id>6052529333</id>
        <modified_at>2026-03-30T08:30:22+00:00</modified_at>
        <reservation_extra_info>
            <flags>
                <flag name="booker_is_genius" />
            </flags>
            <payer>
                <payments>
                    <payment amount="29.51"
                   currency="EUR"
                   payment_type="payment_on_Booking.com"
                   payout_type="Virtual credit card" />
                </payments>
            </payer>
        </reservation_extra_info>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="10"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <commissionamount>0</commissionamount>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977602</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Double Room</name>
            <occupancy>2</occupancy>
            <price business_model="commission_rate"
             date="2026-04-03"
             genius_rate="no"
             property_business_model_id="14737251"
             rate_id="58265752"
             rewritten_from_id="0"
             rewritten_from_name="">4</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <total>16.50</total>
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <net_price>4</net_price>
                    <total>16.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392324</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>4</totalprice>
        </room>
        <room>
            <arrival_date>2026-04-03</arrival_date>
            <cancel_penalties>
                <cancel_penalty from="2026-03-30T08:30:09+00:00"
                        policy_code="1">
                    <amount_percent amount="11.5"
                          currency_code="USD" />
                </cancel_penalty>
            </cancel_penalties>
            <currencycode>USD</currencycode>
            <departure_date>2026-04-04</departure_date>
            <extra_info></extra_info>
            <facilities></facilities>
            <guest_counts>
                <guest_count count="1"
                     type="adult" />
            </guest_counts>
            <guest_name>QS persona Mixed rates</guest_name>
            <id>1492977601</id>
            <info>There is no meal option with this room. Children and Extra Bed Policy: Children of any age are allowed. You haven't added any cots. You haven't added any extra beds. The maximum number of guests is 1.  Deposit Policy: The guest will be charged a prepayment of the total price of the reservation at any time.  Cancellation Policy: The guest will be charged the total price of the reservation if they cancel at any time. </info>
            <max_children>0</max_children>
            <meal_plan>There is no meal option with this room.</meal_plan>
            <name>Deluxe Single Room</name>
            <occupancy>1</occupancy>
            <price business_model="net_rate"
             date="2026-04-03"
             genius_rate="no"
             property_business_model_id="15077275"
             rate_id="61525167"
             rewritten_from_id="0"
             rewritten_from_name="">5</price>
            <price_details>
                <guest>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                </guest>
                <hotel>
                    <extracomponent amount="6.50"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="City tax" />
                    <extracomponent amount="6"
                          currency="USD"
                          included="yes"
                          per_night="no"
                          per_person="no"
                          percentage="no"
                          text="Tax" />
                    <net_price>5</net_price>
                    <total>17.50</total>
                </hotel>
            </price_details>
            <remarks></remarks>
            <roomreservation_id>6172392325</roomreservation_id>
            <smoking>0</smoking>
            <totalprice>5</totalprice>
        </room>
        <status>new</status>
        <time>10:30:09</time>
        <totalprice>9</totalprice>
    </reservation>
</reservations>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YeiVN8OGqNb37lXOCbm4HWP7L0e1k1KsEhf2DJqFSn61sPnRuN/9waUnfZldDgUy/7N9umzPTFuX98UEKGxifmU=] -->