# Implementing business model in reservations

This topic details the scope of change when implementing the *Include business model in Reservation* feature on reservation messages retrieved using the OTA endpoints and identifies the change in the response. For information on managing business models and attaching them to rate plans, see [Managing business models](/connectivity/docs/business-models-api/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**
A `<PropertyBusinessModel>` element is added inside `<TPA_Extensions>` within `<RoomRates>` 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, `<Commission>` is removed from `<RatePlans>` and `<TotalCommissions>` is removed from `<ResGlobalInfo>` for net rate rooms. When the feature is disabled, these fields remain 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 `<NetPrice>` element is added inside `<HotelView>` within `<PriceDetails>` at room level.
- Change 4: **Guest total absent for net rate rooms in price details**
When `<PriceDetails>` is returned, `<GuestView>` omits `<Total>` for net rate rooms. Tax components remain present. For commission rate rooms, `<GuestView>` > `<Total>` is present as normal.


### Comparing OTA response changes

| Response element | `new_business_model_reservationsapi`: OFF | `new_business_model_reservationsapi`: ON |
|  --- | --- | --- |
| `<Commission>` / `<TotalCommissions>` (net rate rooms) | Present with zero amounts | Removed |
| `<PropertyBusinessModel>` | Not present | Added with `Id` and `BusinessModel` attributes |
| `<PriceDetails>` > `<HotelView>` > `<NetPrice>` | Not present | Added (requires PCP V2 enabled) |
| `<PriceDetails>` > `<GuestView>` > `<Total>` (net rate rooms) | Not present | Not present |
| `<PriceDetails>` > `<GuestView>` > `<Total>` (commission rate rooms) | Always present | Always present |


For a full reference of the standard OTA reservation response, see [Retrieving new reservations](/connectivity/docs/reservations-api/retrieving-new-reservations-ota).

The response examples below show the progressive changes across four feature flag combinations, each demonstrated for net rate, commission rate, and mixed rate reservations.

## OTA response examples

Following is a summary of OTA response examples covered in this section.

- [OTA response with all three features disabled](#ota-response-without-payment-clarity-package-and-business-model-features-enabled)
- [OTA response with only Include Business model feature enabled](#ota-response-with-include-business-model-enabled)
- [OTA response with Payments Clarity Package features enabled (without Include business model)](#ota-response-with-payments-clarity-package-features-enabled)
- [OTA response with both Include Business model and Payments Clarity Package features enabled](#ota-response-with-payments-clarity-package-and-include-business-model-enabled)
- [OTA response with all three features enabled](#ota-response-with-both-payments-clarity-package-features-and-include-business-model-enabled)


### OTA response without Payment clarity package and business model features enabled

| Scenario | *Include business model in Reservation*(`new_business_model_reservationsapi`) | *Payments Clarity Package* (`vcc_payment_v2`) | *Payments Clarity Package V2* (`payment_clarity_package_v2`) | reservations type | OTA response |
|  --- | --- | --- | --- | --- | --- |
| 1a | No | No | No | net rates model | [response example](#ota-response-without-payment-clarity-package-and-business-model-features-enabled) |
| 1b | No | No | No | commission rates model | [response example](#ota-response-without-payment-clarity-package-and-business-model-features-enabled) |
| 1c | No | No | No | mixed rates model | [response example](#ota-response-without-payment-clarity-package-and-business-model-features-enabled) |


#### Reservation using Net rate model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T10:52:34+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="663">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977601">
                            <RoomDescription Name="Deluxe Single Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <RoomRates>
                        <TPA_Extensions>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-01" RatePlanCode="61525167">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>1</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T07:39:28+00:00">
                            <AmountPercent Amount="115" DecimalPlaces="1" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                    <SpecialRequests>
                        <SpecialRequest Name="smoking preference">
                            <Text>Non-Smoking</Text>
                        </SpecialRequest>
                    </SpecialRequests>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>Persona</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="5437845566" ResID_Date="2026-03-30T07:39:28"/>
                    <HotelReservationID ResID_Value="849053db" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS</GivenName>
                                    <Surname>Persona</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qperso.306337@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="1519" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
                <TotalCommissions>
                    <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                    <Comment>This is the total commission amount calculated by Booking.com</Comment>
                </TotalCommissions>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YUNnZb7rRo6YUEKkE3p0iwIBVOF5yMn7WBUJzRl9BKCix05Lh+1UQOW19GGr/c6/OESZpELuYp5UMyUCtDu5gJE=] -->
```

#### Reservation using Commission rate model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T10:51:42+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="507">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977602">
                            <RoomDescription Name="Deluxe Double Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <RoomRates>
                        <TPA_Extensions>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-03-31" RatePlanCode="58265752">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="2" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>2</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:21:07+00:00">
                            <AmountPercent Amount="1000" DecimalPlaces="2" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>Persona</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="5437891348" ResID_Date="2026-03-30T08:21:07"/>
                    <HotelReservationID ResID_Value="0f48e453" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS</GivenName>
                                    <Surname>Persona</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qperso.645357@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="1432" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
                <TotalCommissions>
                    <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                    <Comment>This is the total commission amount calculated by Booking.com</Comment>
                </TotalCommissions>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YXDKNStXPMY4gRqGdn3mCBShrU2mmNcrEAunDZczEQYG5HCZCvcKKmXTN/bYp7FLrwqE3CVrmroeckQwdXHQoMU=] -->
```

#### Reservation using Mixed rates model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T10:41:34+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="324">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977602">
                            <RoomDescription Name="Deluxe Double Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <RoomRates>
                        <TPA_Extensions>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-03" RatePlanCode="58265752">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>2</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:30:09+00:00">
                            <AmountPercent Amount="1000" DecimalPlaces="2" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                </RoomStay>
                <RoomStay IndexNumber="325">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977601">
                            <RoomDescription Name="Deluxe Single Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <RoomRates>
                        <TPA_Extensions>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-03" RatePlanCode="61525167">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>1</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:30:09+00:00">
                            <AmountPercent Amount="115" DecimalPlaces="1" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="2"/>
                    </ResGuestRPHs>
                    <SpecialRequests>
                        <SpecialRequest Name="smoking preference">
                            <Text>Non-Smoking</Text>
                        </SpecialRequest>
                    </SpecialRequests>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>persona Mixed rates</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
                <ResGuest ResGuestRPH="2">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS persona</GivenName>
                                        <Surname>Mixed rates</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="11" ExpireDate="0427">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="900" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="6052529333" ResID_Date="2026-03-30T08:30:09"/>
                    <HotelReservationID ResID_Value="22d0675d" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS persona</GivenName>
                                    <Surname>Mixed rates</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qrates.631741@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="2951" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
                <TotalCommissions>
                    <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                    <Comment>This is the total commission amount calculated by Booking.com</Comment>
                </TotalCommissions>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9Ye49iBGtIZ5B1YuglTmWaglGFEEmLb8zUOmhNXqb2vlwG+wySVXgsfLVLVAYm88nu0rYFAJAEa7go5DN27opLts=] -->
```

### OTA response with Payments Clarity Package features enabled

| Scenario | *Include business model in Reservation*(`new_business_model_reservationsapi`) | *Payments Clarity Package* (`vcc_payment_v2`) | *Payments Clarity Package V2* (`payment_clarity_package_v2`) | reservations type | OTA response |
|  --- | --- | --- | --- | --- | --- |
| 5a | No | Yes | Yes | net rates model | [response example](#ota-response-with-payments-clarity-package-features-enabled) |
| 5b | No | Yes | Yes | commission rates model | [response example](#ota-response-with-payments-clarity-package-features-enabled) |
| 5c | No | Yes | Yes | mixed rates model | [response example](#ota-response-with-payments-clarity-package-features-enabled) |


#### Reservation using Net rate model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: ON | `payment_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

Compared to Scenario 4a (all features enabled):

- `<Commission>` and `<TotalCommissions>` **retained** — `new_business_model_reservationsapi` is OFF; removed in all-features-ON for net rate rooms
- No `<PropertyBusinessModel>` element in `<TPA_Extensions>`
- `<PriceDetails>` > `<HotelView>`: **no `<NetPrice>`** element



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T11:23:15+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="663">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977601">
                            <RoomDescription Name="Deluxe Single Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <PriceDetails>
                        <HotelView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1750" DecimalPlaces="2"/>
                        </HotelView>
                        <GuestView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                        </GuestView>
                    </PriceDetails>
                    <RoomRates>
                        <TPA_Extensions>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-01" RatePlanCode="61525167">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>1</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T07:39:28+00:00">
                            <AmountPercent Amount="115" DecimalPlaces="1" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                    <SpecialRequests>
                        <SpecialRequest Name="smoking preference">
                            <Text>Non-Smoking</Text>
                        </SpecialRequest>
                    </SpecialRequests>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>Persona</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427" EffectiveDate="2026-04-01" CurrentBalance="1519" DecimalPlaces="2" CurrencyCode="EUR" VCCExpirationDate="2027-04-01">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="5437845566" ResID_Date="2026-03-30T07:39:28"/>
                    <HotelReservationID ResID_Value="849053db" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS</GivenName>
                                    <Surname>Persona</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qperso.306337@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="1519" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
                <TotalCommissions>
                    <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                    <Comment>This is the total commission amount calculated by Booking.com</Comment>
                </TotalCommissions>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
```

#### Reservation using Commission rate model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: ON | `payment_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

Compared to Scenario 4b (all features enabled):

- No `<PropertyBusinessModel>` element in `<TPA_Extensions>`
- `<PriceDetails>` > `<HotelView>`: **no `<NetPrice>`** element



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T11:22:38+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="507">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977602">
                            <RoomDescription Name="Deluxe Double Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <PriceDetails>
                        <HotelView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1650" DecimalPlaces="2"/>
                        </HotelView>
                        <GuestView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1650" DecimalPlaces="2"/>
                        </GuestView>
                    </PriceDetails>
                    <RoomRates>
                        <TPA_Extensions>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-03-31" RatePlanCode="58265752">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="2" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>2</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:21:07+00:00">
                            <AmountPercent Amount="1000" DecimalPlaces="2" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>Persona</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427" EffectiveDate="2026-03-31" CurrentBalance="1432" DecimalPlaces="2" CurrencyCode="EUR" VCCExpirationDate="2027-04-01">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="5437891348" ResID_Date="2026-03-30T08:21:07"/>
                    <HotelReservationID ResID_Value="0f48e453" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS</GivenName>
                                    <Surname>Persona</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qperso.645357@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="1432" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
                <TotalCommissions>
                    <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                    <Comment>This is the total commission amount calculated by Booking.com</Comment>
                </TotalCommissions>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
```

#### Reservation using Mixed rates model

| `new_business_model_reservationsapi`: OFF | `vcc_payment_v2`: ON | `payment_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

Compared to Scenario 4c (all features enabled):

- Net rate room: `<Commission>` **retained** — removed in all-features-ON; no `<PropertyBusinessModel>`; `<PriceDetails>` > `<HotelView>`: **no `<NetPrice>`**
- Commission rate room: no `<PropertyBusinessModel>`; `<PriceDetails>` > `<HotelView>`: **no `<NetPrice>`**; `<Commission>` retained in both
- `<TotalCommissions>` **retained** in `<ResGlobalInfo>` — absent in all-features-ON (net rate removes it when BDM is ON)



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T11:21:51+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="324">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977602">
                            <RoomDescription Name="Deluxe Double Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <PriceDetails>
                        <HotelView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1650" DecimalPlaces="2"/>
                        </HotelView>
                        <GuestView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1650" DecimalPlaces="2"/>
                        </GuestView>
                    </PriceDetails>
                    <RoomRates>
                        <TPA_Extensions>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-03" RatePlanCode="58265752">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>2</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:30:09+00:00">
                            <AmountPercent Amount="1000" DecimalPlaces="2" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                </RoomStay>
                <RoomStay IndexNumber="325">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977601">
                            <RoomDescription Name="Deluxe Single Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <PriceDetails>
                        <HotelView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1750" DecimalPlaces="2"/>
                        </HotelView>
                        <GuestView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                        </GuestView>
                    </PriceDetails>
                    <RoomRates>
                        <TPA_Extensions>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-03" RatePlanCode="61525167">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>1</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:30:09+00:00">
                            <AmountPercent Amount="115" DecimalPlaces="1" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="2"/>
                    </ResGuestRPHs>
                    <SpecialRequests>
                        <SpecialRequest Name="smoking preference">
                            <Text>Non-Smoking</Text>
                        </SpecialRequest>
                    </SpecialRequests>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>persona Mixed rates</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
                <ResGuest ResGuestRPH="2">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS persona</GivenName>
                                        <Surname>Mixed rates</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427" EffectiveDate="2026-04-03" CurrentBalance="2951" DecimalPlaces="2" CurrencyCode="EUR" VCCExpirationDate="2027-04-01">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="900" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="6052529333" ResID_Date="2026-03-30T08:30:09"/>
                    <HotelReservationID ResID_Value="22d0675d" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS persona</GivenName>
                                    <Surname>Mixed rates</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qrates.631741@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="2951" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
                <TotalCommissions>
                    <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                    <Comment>This is the total commission amount calculated by Booking.com</Comment>
                </TotalCommissions>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
```

### OTA response with Include business model enabled

| Scenario | *Include business model in Reservation*(`new_business_model_reservationsapi`) | *Payments Clarity Package* (`vcc_payment_v2`) | *Payments Clarity Package V2* (`payment_clarity_package_v2`) | reservations type | OTA response |
|  --- | --- | --- | --- | --- | --- |
| 2a | Yes | No | No | net rates model | [response example](#ota-response-with-include-business-model-enabled) |
| 2b | Yes | No | No | commission rates model | [response example](#ota-response-with-include-business-model-enabled) |
| 2c | Yes | No | No | mixed rates model | [response example](#ota-response-with-include-business-model-enabled) |


#### Reservation using Net rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |


#### Changes to note

- `<RatePlans>` section (containing `<Commission>`) **removed** from `<RoomStay>`
- `<TotalCommissions>` **removed** from `<ResGlobalInfo>`
- `<PropertyBusinessModel Id="15077275" BusinessModel="net_rate"/>` **added** inside `<TPA_Extensions>` in `<RoomRates>`



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T10:53:55+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="663">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977601">
                            <RoomDescription Name="Deluxe Single Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="15077275" BusinessModel="net_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-01" RatePlanCode="61525167">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>1</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T07:39:28+00:00">
                            <AmountPercent Amount="115" DecimalPlaces="1" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                    <SpecialRequests>
                        <SpecialRequest Name="smoking preference">
                            <Text>Non-Smoking</Text>
                        </SpecialRequest>
                    </SpecialRequests>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>Persona</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="5437845566" ResID_Date="2026-03-30T07:39:28"/>
                    <HotelReservationID ResID_Value="849053db" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS</GivenName>
                                    <Surname>Persona</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qperso.306337@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="1519" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YVzRHZc62SqjrMpLTy/htCq501uKvfN5ix37UZpIVgVIek02//wOTR/oSU5CMhckhOzEUkhP0X0XUI+r0iTTIyw=] -->
```

#### Reservation using Commission rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |


#### Changes to note

- `<PropertyBusinessModel Id="14737251" BusinessModel="commission_rate"/>` **added** inside `<TPA_Extensions>` in `<RoomRates>`
- `<Commission>` and `<TotalCommissions>` **retained** (commission model keeps these fields)



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T10:55:00+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="507">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977602">
                            <RoomDescription Name="Deluxe Double Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="14737251" BusinessModel="commission_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-03-31" RatePlanCode="58265752">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="2" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>2</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:21:07+00:00">
                            <AmountPercent Amount="1000" DecimalPlaces="2" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>Persona</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="5437891348" ResID_Date="2026-03-30T08:21:07"/>
                    <HotelReservationID ResID_Value="0f48e453" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS</GivenName>
                                    <Surname>Persona</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qperso.645357@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="1432" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
                <TotalCommissions>
                    <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                    <Comment>This is the total commission amount calculated by Booking.com</Comment>
                </TotalCommissions>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YUkDegQoNz9KPSU4MpZoG+tyXYMZGPLDlD+iWZzX5UAQNWW2Ek2ea7lTbt5r0QtoL7ZMU1Zhwzv8ki3wp9arplk=] -->
```

#### Reservation using Mixed rates model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: OFF | `payment_clarity_package_v2`: OFF |
|  --- | --- | --- |


#### Changes to note

- Net rate room: `<RatePlans>` **removed**; `<PropertyBusinessModel Id="15077275" BusinessModel="net_rate"/>` **added** inside `<TPA_Extensions>`
- Commission rate room: `<PropertyBusinessModel Id="14737251" BusinessModel="commission_rate"/>` **added** inside `<TPA_Extensions>`; `<Commission>` **retained**
- `<TotalCommissions>` **removed** from `<ResGlobalInfo>` (net_rate behavior takes precedence at reservation level)



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T10:55:53+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="324">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977602">
                            <RoomDescription Name="Deluxe Double Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="14737251" BusinessModel="commission_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-03" RatePlanCode="58265752">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>2</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:30:09+00:00">
                            <AmountPercent Amount="1000" DecimalPlaces="2" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                </RoomStay>
                <RoomStay IndexNumber="325">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977601">
                            <RoomDescription Name="Deluxe Single Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="15077275" BusinessModel="net_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-03" RatePlanCode="61525167">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>1</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:30:09+00:00">
                            <AmountPercent Amount="115" DecimalPlaces="1" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="2"/>
                    </ResGuestRPHs>
                    <SpecialRequests>
                        <SpecialRequest Name="smoking preference">
                            <Text>Non-Smoking</Text>
                        </SpecialRequest>
                    </SpecialRequests>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>persona Mixed rates</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
                <ResGuest ResGuestRPH="2">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS persona</GivenName>
                                        <Surname>Mixed rates</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="900" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="6052529333" ResID_Date="2026-03-30T08:30:09"/>
                    <HotelReservationID ResID_Value="22d0675d" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS persona</GivenName>
                                    <Surname>Mixed rates</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qrates.631741@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="2951" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YWCj2bTZm9uVq5kOlBVm5ZheewKmKhAj9wlx0om5lLyGAZGeUYt7ej1893qCe70lOP3YYGdO+g2jZfzhJuEoCiU=] -->
```

### OTA response with Payments Clarity Package and Include business model enabled

| Scenario | *Include business model in Reservation*(`new_business_model_reservationsapi`) | *Payments Clarity Package* (`vcc_payment_v2`) | *Payments Clarity Package V2* (`payment_clarity_package_v2`) | reservations type | OTA response |
|  --- | --- | --- | --- | --- | --- |
| 3a | Yes | Yes | No | net rates model | [response example](#ota-response-with-payments-clarity-package-and-include-business-model-enabled) |
| 3b | Yes | Yes | No | commission rates model | [response example](#ota-response-with-payments-clarity-package-and-include-business-model-enabled) |
| 3c | Yes | Yes | No | mixed rates model | [response example](#ota-response-with-payments-clarity-package-and-include-business-model-enabled) |


#### Reservation using Net rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_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

Compared to Scenario 2a–2c (Include business model enabled):

- Room-level `<Total>` now includes a `<Taxes>` child with individual `<Tax>` entries (`Type="Exclusive"`) and a summed `Taxes Amount`
- `<PaymentCard>` gains VCC attributes: `EffectiveDate`, `CurrentBalance`, `DecimalPlaces`, `CurrencyCode` (VCC currency), `VCCExpirationDate`
- `<RatePlans>` remains absent and `<TotalCommissions>` remains absent; `<PropertyBusinessModel Id="15077275" BusinessModel="net_rate"/>` remains present



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-04-01T10:29:03+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="663">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977601">
                            <RoomDescription Name="Deluxe Single Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="15077275" BusinessModel="net_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-01" RatePlanCode="61525167">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>1</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T07:39:28+00:00">
                            <AmountPercent Amount="115" DecimalPlaces="1" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2">
                        <Taxes Amount="125" CurrencyCode="USD" DecimalPlaces="1">
                            <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Exclusive">
                                <TaxDescription>
                                    <Text>City tax</Text>
                                </TaxDescription>
                            </Tax>
                            <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Exclusive">
                                <TaxDescription>
                                    <Text>Tax</Text>
                                </TaxDescription>
                            </Tax>
                        </Taxes>
                    </Total>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                    <SpecialRequests>
                        <SpecialRequest Name="smoking preference">
                            <Text>Non-Smoking</Text>
                        </SpecialRequest>
                    </SpecialRequests>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>Persona</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427" EffectiveDate="2026-04-01" CurrentBalance="1519" DecimalPlaces="2" CurrencyCode="EUR" VCCExpirationDate="2027-04-01">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="5437845566" ResID_Date="2026-03-30T07:39:28"/>
                    <HotelReservationID ResID_Value="849053db" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS</GivenName>
                                    <Surname>Persona</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qperso.306337@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="1519" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YYn4G9jKaamoFyb8E/M5zcvZUHlZYI7ugQfMtOiV5Pu1pMKs9szR7tUo0wTyl1CNgYwmJn+ErezRAWzcZEjXAk8=] -->
```

#### Reservation using Commission rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_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

Compared to Scenario 2a–2c (Include business model enabled):

- Room-level `<Total>` now includes a `<Taxes>` child with individual `<Tax>` entries (`Type="Exclusive"`)
- `<PaymentCard>` gains VCC attributes: `EffectiveDate`, `CurrentBalance`, `DecimalPlaces`, `CurrencyCode`, `VCCExpirationDate`
- `<Commission>`, `<TotalCommissions>`, and `<PropertyBusinessModel Id="14737251" BusinessModel="commission_rate"/>` all **retained**



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-04-01T10:29:43+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="507">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977602">
                            <RoomDescription Name="Deluxe Double Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="14737251" BusinessModel="commission_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-03-31" RatePlanCode="58265752">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="2" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>2</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:21:07+00:00">
                            <AmountPercent Amount="1000" DecimalPlaces="2" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2">
                        <Taxes Amount="125" CurrencyCode="USD" DecimalPlaces="1">
                            <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Exclusive">
                                <TaxDescription>
                                    <Text>City tax</Text>
                                </TaxDescription>
                            </Tax>
                            <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Exclusive">
                                <TaxDescription>
                                    <Text>Tax</Text>
                                </TaxDescription>
                            </Tax>
                        </Taxes>
                    </Total>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>Persona</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427" EffectiveDate="2026-03-31" CurrentBalance="1432" DecimalPlaces="2" CurrencyCode="EUR" VCCExpirationDate="2027-04-01">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="5437891348" ResID_Date="2026-03-30T08:21:07"/>
                    <HotelReservationID ResID_Value="0f48e453" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS</GivenName>
                                    <Surname>Persona</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qperso.645357@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="1432" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
                <TotalCommissions>
                    <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                    <Comment>This is the total commission amount calculated by Booking.com</Comment>
                </TotalCommissions>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YZd5e+TnpPQ7jNmNiOf6kURe8UdRBGA9othPfJLTskGXlD5RFYW/2HuRQhbupQBzBPUlUGbIrJjUFGKA4rueA04=] -->
```

#### Reservation using Mixed rates model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_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

Compared to Scenario 2a–2c (Include business model enabled):

- Both rooms include a `<Taxes>` breakdown inside their `<Total>` elements, each listing City tax and Tax entries
- `<PaymentCard>` gains VCC attributes: `EffectiveDate`, `CurrentBalance`, `DecimalPlaces`, `CurrencyCode`, `VCCExpirationDate`
- Per-room `<PropertyBusinessModel>` attributes remain; commission_rate room retains `<Commission>`; `<TotalCommissions>` remains absent



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-04-01T10:30:33+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="324">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977602">
                            <RoomDescription Name="Deluxe Double Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="14737251" BusinessModel="commission_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-03" RatePlanCode="58265752">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>2</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:30:09+00:00">
                            <AmountPercent Amount="1000" DecimalPlaces="2" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2">
                        <Taxes Amount="125" CurrencyCode="USD" DecimalPlaces="1">
                            <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Exclusive">
                                <TaxDescription>
                                    <Text>City tax</Text>
                                </TaxDescription>
                            </Tax>
                            <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Exclusive">
                                <TaxDescription>
                                    <Text>Tax</Text>
                                </TaxDescription>
                            </Tax>
                        </Taxes>
                    </Total>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                </RoomStay>
                <RoomStay IndexNumber="325">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977601">
                            <RoomDescription Name="Deluxe Single Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="15077275" BusinessModel="net_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-03" RatePlanCode="61525167">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>1</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:30:09+00:00">
                            <AmountPercent Amount="115" DecimalPlaces="1" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2">
                        <Taxes Amount="125" CurrencyCode="USD" DecimalPlaces="1">
                            <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Exclusive">
                                <TaxDescription>
                                    <Text>City tax</Text>
                                </TaxDescription>
                            </Tax>
                            <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Exclusive">
                                <TaxDescription>
                                    <Text>Tax</Text>
                                </TaxDescription>
                            </Tax>
                        </Taxes>
                    </Total>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="2"/>
                    </ResGuestRPHs>
                    <SpecialRequests>
                        <SpecialRequest Name="smoking preference">
                            <Text>Non-Smoking</Text>
                        </SpecialRequest>
                    </SpecialRequests>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>persona Mixed rates</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
                <ResGuest ResGuestRPH="2">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS persona</GivenName>
                                        <Surname>Mixed rates</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427" EffectiveDate="2026-04-03" CurrentBalance="2951" DecimalPlaces="2" CurrencyCode="EUR" VCCExpirationDate="2027-04-01">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="900" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="6052529333" ResID_Date="2026-03-30T08:30:09"/>
                    <HotelReservationID ResID_Value="22d0675d" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS persona</GivenName>
                                    <Surname>Mixed rates</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qrates.631741@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="2951" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YUS2ElqScW06oZSI4XhxRLataQOmST+lERryYPwpCWdLTWlHKenZUSB55e3WZbwEidvrvEV1X0R0gKHgfilxoi4=] -->
```

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

| Scenario | *Include business model in Reservation*(`new_business_model_reservationsapi`) | *Payments Clarity Package* (`vcc_payment_v2`) | *Payments Clarity Package V2* (`payment_clarity_package_v2`) | reservations type | OTA response |
|  --- | --- | --- | --- | --- | --- |
| 4a | Yes | Yes | Yes | net rates model | [response example](#ota-response-with-payments-clarity-package-v2-and-include-business-model-enabled) |
| 4b | Yes | Yes | Yes | commission rates model | [response example](#ota-response-with-payments-clarity-package-v2-and-include-business-model-enabled) |
| 4c | Yes | Yes | Yes | mixed rates model | [response example](#ota-response-with-payments-clarity-package-v2-and-include-business-model-enabled) |


#### Reservation using Net rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_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

Compared to Scenario 3a–3c (Payments Clarity Package and Include business model enabled):

- `<PriceDetails>` block **added** at room level (before `<RoomRates>`):
  - `<HotelView>`: `<NetPrice>`, `<Taxes>` with tax entries (`Type="Inclusive"`), and `<Total>`
  - `<GuestView>`: `<Taxes>` with tax entries — **no `<Total>`** (guest total is absent for net rate)
- Room-level `<Total>` returns to simple form (inline `<Taxes>` moved into `<PriceDetails>`)
- VCC attributes on `<PaymentCard>` and all Scenario 2 changes remain
- `<NetPrice>` is returned at the **room-reservation level**, inside `<PriceDetails>`



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T11:32:07+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="663">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977601">
                            <RoomDescription Name="Deluxe Single Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <PriceDetails>
                        <HotelView>
                            <NetPrice Amount="500" DecimalPlaces="2" CurrencyCode="USD"/>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1750" DecimalPlaces="2"/>
                        </HotelView>
                        <GuestView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                        </GuestView>
                    </PriceDetails>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="15077275" BusinessModel="net_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-01" RatePlanCode="61525167">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>1</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T07:39:28+00:00">
                            <AmountPercent Amount="115" DecimalPlaces="1" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                    <SpecialRequests>
                        <SpecialRequest Name="smoking preference">
                            <Text>Non-Smoking</Text>
                        </SpecialRequest>
                    </SpecialRequests>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>Persona</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-01.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427" EffectiveDate="2026-04-01" CurrentBalance="1519" DecimalPlaces="2" CurrencyCode="EUR" VCCExpirationDate="2027-04-01">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="5437845566" ResID_Date="2026-03-30T07:39:28"/>
                    <HotelReservationID ResID_Value="849053db" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS</GivenName>
                                    <Surname>Persona</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qperso.306337@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="1519" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YSdLzYOvFaOe1f/ERA36ueU/KRpnx1YqcmOIGhC8iCSRY6JLaFPusnXUABVGC4bqqptlHJCB8ReBgIrIgpxW1+c=] -->
```

#### Reservation using Commission rate model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_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

Compared to Scenario 3a–3c (Payments Clarity Package and Include business model enabled):

- `<PriceDetails>` block **added** at room level (after `<RatePlans>`):
  - `<HotelView>`: `<NetPrice>`, `<Taxes>` with tax entries (`Type="Inclusive"`), and `<Total>`
  - `<GuestView>`: `<Taxes>` with tax entries **and** `<Total>` — guest total **is present** for commission rate (unlike net rate)
- Room-level `<Total>` returns to simple form
- `<Commission>`, `<TotalCommissions>`, and `<PropertyBusinessModel Id="14737251" BusinessModel="commission_rate"/>` all retained
- Note: `<NetPrice>` is returned for commission rate reservations as well when all feature flags are enabled



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T11:32:51+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="507">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977602">
                            <RoomDescription Name="Deluxe Double Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <PriceDetails>
                        <HotelView>
                            <NetPrice Amount="400" DecimalPlaces="2" CurrencyCode="USD"/>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1650" DecimalPlaces="2"/>
                        </HotelView>
                        <GuestView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1650" DecimalPlaces="2"/>
                        </GuestView>
                    </PriceDetails>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="14737251" BusinessModel="commission_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-03-31" RatePlanCode="58265752">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="2" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>2</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:21:07+00:00">
                            <AmountPercent Amount="1000" DecimalPlaces="2" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>Persona</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-03-31.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427" EffectiveDate="2026-03-31" CurrentBalance="1432" DecimalPlaces="2" CurrencyCode="EUR" VCCExpirationDate="2027-04-01">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="5437891348" ResID_Date="2026-03-30T08:21:07"/>
                    <HotelReservationID ResID_Value="0f48e453" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS</GivenName>
                                    <Surname>Persona</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qperso.645357@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="1432" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
                <TotalCommissions>
                    <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                    <Comment>This is the total commission amount calculated by Booking.com</Comment>
                </TotalCommissions>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YUrvEnO3drwlJ4GhAftmTaWQmq8sDMohdXSLWy9o9900MWteIw8hvajphB3jQ5nRihkDDb5AxvmR6hFA+K7Tvsc=] -->
```

#### Reservation using Mixed rates model

| `new_business_model_reservationsapi`: ON | `vcc_payment_v2`: ON | `payment_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

Compared to Scenario 3a–3c (Payments Clarity Package and Include business model enabled):

- Commission rate room: `<PriceDetails>` added with `<HotelView>` and `<GuestView>` (which includes `<Total>` — commission rate behavior)
- Net rate room: `<PriceDetails>` added with `<HotelView>` and `<GuestView>` (which **omits** `<Total>` — net rate behavior)
- Both rooms' `<Total>` elements return to simple form; all Scenario 2 mixed changes remain



```xml
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd" TimeStamp="2026-03-30T11:33:33+00:00" Target="Production" Version="2.001">
    <HotelReservations>
        <HotelReservation>
            <RoomStays>
                <RoomStay IndexNumber="324">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977602">
                            <RoomDescription Name="Deluxe Double Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <RatePlans>
                        <RatePlan>
                            <Commission>
                                <CommissionPayableAmount Amount="0" DecimalPlaces="2" CurrencyCode="USD"/>
                            </Commission>
                        </RatePlan>
                    </RatePlans>
                    <PriceDetails>
                        <HotelView>
                            <NetPrice Amount="400" DecimalPlaces="2" CurrencyCode="USD"/>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1650" DecimalPlaces="2"/>
                        </HotelView>
                        <GuestView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1650" DecimalPlaces="2"/>
                        </GuestView>
                    </PriceDetails>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="14737251" BusinessModel="commission_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-03" RatePlanCode="58265752">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>2</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:30:09+00:00">
                            <AmountPercent Amount="1000" DecimalPlaces="2" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="400" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="1"/>
                    </ResGuestRPHs>
                </RoomStay>
                <RoomStay IndexNumber="325">
                    <RoomTypes>
                        <RoomType RoomTypeCode="1492977601">
                            <RoomDescription Name="Deluxe Single Room - Non-refundable">
                                <Text/>
                                <MealPlan>There is no meal option with this room.</MealPlan>
                                <MaxChildren>0</MaxChildren>
                            </RoomDescription>
                        </RoomType>
                    </RoomTypes>
                    <PriceDetails>
                        <HotelView>
                            <NetPrice Amount="500" DecimalPlaces="2" CurrencyCode="USD"/>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                            <Total Amount="1750" DecimalPlaces="2"/>
                        </HotelView>
                        <GuestView>
                            <Taxes>
                                <Tax Amount="650" ChargeFrequency="12" Code="3" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>City tax</Text>
                                    </TaxDescription>
                                </Tax>
                                <Tax Amount="600" ChargeFrequency="12" Code="17" CurrencyCode="USD" DecimalPlaces="2" Type="Inclusive">
                                    <TaxDescription>
                                        <Text>Tax</Text>
                                    </TaxDescription>
                                </Tax>
                            </Taxes>
                        </GuestView>
                    </PriceDetails>
                    <RoomRates>
                        <TPA_Extensions>
                            <PropertyBusinessModel Id="15077275" BusinessModel="net_rate"/>
                            <BookingCondition>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. </BookingCondition>
                        </TPA_Extensions>
                        <RoomRate EffectiveDate="2026-04-03" RatePlanCode="61525167">
                            <Rates>
                                <Rate>
                                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                                </Rate>
                            </Rates>
                        </RoomRate>
                    </RoomRates>
                    <GuestCounts>
                        <GuestCount Count="1" AgeQualifyingCode="10"/>
                    </GuestCounts>
                    <Occupancy>1</Occupancy>
                    <CancelPenalties>
                        <CancelPenalty PolicyCode="1" From="2026-03-30T08:30:09+00:00">
                            <AmountPercent Amount="115" DecimalPlaces="1" CurrencyCode="USD"/>
                        </CancelPenalty>
                    </CancelPenalties>
                    <Total AmountBeforeTax="500" CurrencyCode="USD" DecimalPlaces="2"/>
                    <BasicPropertyInfo HotelCode="14929776"/>
                    <ResGuestRPHs>
                        <ResGuestRPH RPH="2"/>
                    </ResGuestRPHs>
                    <SpecialRequests>
                        <SpecialRequest Name="smoking preference">
                            <Text>Non-Smoking</Text>
                        </SpecialRequest>
                    </SpecialRequests>
                </RoomStay>
            </RoomStays>
            <ResGuests>
                <ResGuest ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS</GivenName>
                                        <Surname>persona Mixed rates</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
                <ResGuest ResGuestRPH="2">
                    <Profiles>
                        <ProfileInfo>
                            <Profile>
                                <Customer>
                                    <PersonName>
                                        <GivenName>QS persona</GivenName>
                                        <Surname>Mixed rates</Surname>
                                    </PersonName>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <TPA_Extensions>
                <flags>
                    <flag name="booker_is_genius"/>
                </flags>
            </TPA_Extensions>
            <ResGlobalInfo>
                <Comments>
                    <Comment ParagraphNumber="1">
                        <Text>You have received a virtual credit card for this reservation.You may charge it as of 2026-04-03.</Text>
                    </Comment>
                </Comments>
                <Guarantee>
                    <GuaranteesAccepted>
                        <GuaranteeAccepted>
                            <PaymentCard CardCode="MC" CardNumber="1" ExpireDate="0427" EffectiveDate="2026-04-03" CurrentBalance="2951" DecimalPlaces="2" CurrencyCode="EUR" VCCExpirationDate="2027-04-01">
                                <CardHolderName>Bookingcom Agent</CardHolderName>
                            </PaymentCard>
                        </GuaranteeAccepted>
                    </GuaranteesAccepted>
                </Guarantee>
                <Total AmountBeforeTax="900" CurrencyCode="USD" DecimalPlaces="2"/>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Value="6052529333" ResID_Date="2026-03-30T08:30:09"/>
                    <HotelReservationID ResID_Value="22d0675d" ResID_Source="BOOKING.COM" ResID_Type="18"/>
                </HotelReservationIDs>
                <Profiles>
                    <ProfileInfo>
                        <Profile>
                            <Customer>
                                <PersonName>
                                    <GivenName>QS persona</GivenName>
                                    <Surname>Mixed rates</Surname>
                                </PersonName>
                                <Telephone PhoneNumber="+31643746246"/>
                                <Email>qrates.631741@guest.booking.com</Email>
                                <Address>
                                    <CountryName Code="PT"/>
                                    <CompanyName/>
                                </Address>
                            </Customer>
                        </Profile>
                    </ProfileInfo>
                </Profiles>
                <DepositPayments>
                    <GuaranteePayment GuaranteeType="PrePay">
                        <Description>
                            <Text>payment_on_Booking.com (Payout type: Virtual credit card)</Text>
                        </Description>
                        <AmountPercent Amount="2951" Currency="EUR" DecimalPlaces="2"/>
                    </GuaranteePayment>
                </DepositPayments>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
<!-- RUID: [UmFuZG9tSVYkc2RlIyh9YR9r1e0V2/vrY7I/D+CDfb71CmD1OSskREApKzNA/AHhJvLkhW/OjX1zVke8kL3WOEpt3AMXOagl9ngxCgo5X5U=] -->
```