Skip to content

Order/booking payment

General terms

Endpoint: /api/Order/Change

The Mixvel_OrderChangeRQ request is used to pay for the order. In response to a successful refund request, the agent receives the Mixvel_OrderViewRS message, which contains the current order display and the issued electronic documents.

Request structure

The input data of the request must satisfy the Mixvel_OrderChangeRQ.xsd schema and contain the following basic data (full parameters can be found in the XSD schema or in the XML examples of the specific message):

Parameter XPath Filling example Description Comments
Mixvel_OrderChangeRQ/ Request/ MixOrder/ MixOrderID 82477-250918-MEY1583 Unique identifier of the order cart
Mixvel_OrderChangeRQ/ Request/ PaymentFunctions/ PaymentProcessingDetails/ Amount 90.00 Order services payment amount
Mixvel_OrderChangeRQ/ Request/ PaymentFunctions/ PaymentProcessingDetails/ PaymentProcessingDetailsPaymentMethod complex Payment Method Possible values:
- OtherPaymentMethod: for cash payment (available to all OwnerCode);
- DirectBill: for payment by invoice;
- PaymentCardTrxPaymentCard: for payment by a СС, PC.

Example of the Mixvel_OrderChangeRQ request:

Show request example
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
    <Header />
    <Body>
        <MessageInfo MessageId="b596297d-5d72-4f9a-9620-1d4b9f71678d" TimeSent="2025-09-18T03:04:38.6129323Z" />
        <AppData>
            <o:Mixvel_OrderChangeRQ xmlns:o="https://www.mixvel.com/API/XSD/Mixvel_OrderChangeRQ/1_00">
                <Request>
                    <MixOrder>
                        <MixOrderID>82477-250920-MEY3497</MixOrderID>
                    </MixOrder>
                    <PaymentFunctions>
                        <PaymentProcessingDetails>
                            <Amount CurCode="RUB">210</Amount>
                            <PaymentProcessingDetailsPaymentMethod>
                                <OtherPaymentMethod/>
                            </PaymentProcessingDetailsPaymentMethod>
                        </PaymentProcessingDetails>
                    </PaymentFunctions>
                </Request>
            </o:Mixvel_OrderChangeRQ>
        </AppData>
    </Body>
</MixEnv:Envelope>

Response structure

The system's response to the payment request corresponds to the Mixvel_OrderViewRS.xsd schema and contains data about the order, hotel, guests, and payment. The table below lists the main parameters of the message (the full list is available in the XSD schema or XML examples).

Parameter XPath Filling example Description Comments
Mixvel_OrderViewRS/ Response/ DataLists/ HotelList/Hotel/ProviderGeneralInfo complex Hotel information
…/ CheckInCheckOutTime 14:00 Check-in/Check-out Time
…/ BasicInfo complex Basic information about the hotel
…/ HotelDirectContacts complex Hotel contact information
…/ HotelFacility complex Features of staying at the hotel and available services
…/ Photo complex Hotel and room photos
Mixvel_OrderViewRS/ Response/ DataLists/ HotelList/Hotel complex Hotel information
…/ HotelID ef22b7ac-a176-46b4-b530-03384f817af8 Hotel ID
…/ HotelName Мастер-Отель Hotel Name
…/ ProviderHotelName complex Full name of the hotel
…/ ProviderLocationDetails complex Hotel contact details: country, city, address
Mixvel_OrderViewRS/Response/DataLists/PaxList complex Personal information and guest document data
Mixvel_OrderViewRS/ Response/ MixOrder complex Order cart information
…/ MixOrderID 82477-250918-MEY1583 Unique order cart identifier Contains order data, including the order cost and included services.
…/ HotelOrder/ BookingRef/ BookingEntity/Carrier/AirlineDesigCode HBP Provider code
…/ HotelOrder/ BookingRef/ BookingID 1455047 Provider order number
…/ HotelOrder/ CreationDateTime 2025-09-18T01:54:59.1360076Z Order creation date and time
…/ HotelOrder/ HotelRefID ef22b7ac-a176-46b4-b530-03384f817af8 Link to hotel identifier
…/ HotelOrder/ OrderID 82477-250918-OEY1584 MixVel order number
…/ HotelOrder/ OrderItem/ ExtraInformation/TextBody string Additional booking information
…/ HotelOrder/ OrderItem/ OrderItemID token MixVel booking identifier
…/ HotelOrder/ OrderItem/ Period/ CheckInDate 2025-09-20 Check-in date at the hotel (YYYY-MM-DD)
…/ HotelOrder/ OrderItem/ Period/ CheckOutDate 2025-09-21 Check-out date from the hotel (YYYY-MM-DD)
…/ HotelOrder/ OrderItem/ Policies/ ChangesAvailable/ OrderChange CHECK_IN, CHECK_OUT, GUESTS_NAMES, NUMBER_OF_GUESTS Possible booking changes
…/ HotelOrder/ OrderItem/ Policies/ ChangesAvailable/ AreChangesAllowed true Flag for whether changes can be made
…/ HotelOrder/ OrderItem/ Policies/ ChangesAvailable/ IsCancellationAllowed true Flag for whether the booking can be canceled
…/ HotelOrder/ OrderItem/ Policies/ FinesPolicies/ CancelPolicy/ PenaltyAmount string Cancellation penalty amount
…/ HotelOrder/ OrderItem/ Policies/ FinesPolicies/ ChangePolicy/ PenaltyAmount string Change penalty amount
…/PolicyDescription string Description of change/cancellation policy
…/ HotelOrder/ OrderItem/ PriceDetails/ AgentComission token Agency commission for booking (OrderItem)
…/ HotelOrder/ OrderItem/ ProviderBookingInfo/ ProviderOrderItemID 3c4c065f-f48e-434c-a792-2c32c6b086cc Provider booking confirmation number
…/ HotelOrder/ OrderItem/ ProviderBookingInfo/ SubProviderInfo/ SubProviderConfirmationNumber 35809 Partner provider confirmation number Used if the booking is not direct.
…/ HotelOrder/ OrderItem/ ProviderBookingInfo/ SubProviderInfo/ SubProviderName token Provider partner name
…/ HotelOrder/ OrderItem/ RoomList/ Room/ Paxes/ PaxRefID 1 Guest identifier
…/ HotelOrder/ OrderItem/ RoomList/ Room/ ProviderMealName Завтрак Шведский стол (Breakfast Buffet) Type of included meal
…/ HotelOrder/ OrderItem/ RoomList/ Room/ RoomFeatures/ InfoText/ TextBody token Additional room information
…/ HotelOrder/ OrderItem/ RoomList/ Room/ RoomFeatures/ RoomName Стандарт (Standard) Room category name
…/ HotelOrder/ OrderItem/ RoomList/ Room/ RoomFeatures/ RoomBedTypes/ BedName Двухместная кровать (Double bed) Bed name
…/ HotelOrder/ OrderItem/ RoomList/ Room/ RoomFeatures/ RoomBedTypes/ BedsAmount 1 Number of beds of the specified type
…/ HotelOrder/ OrderItem/ RoomList/ Room/ RoomFeatures/ RoomBedTypes/ IsExtraBed false Is the bed an extra bed
…/ HotelOrder/ OrderItem/ RoomList/ Room/ RoomID 25dc8d44-9090-4a14-8500-89416e85eebb Room category identifier
…/ HotelOrder/ OrderItem/ StatusCode Confirmed Booking status with provider - Confirmed – booking confirmed;
- Canceled – cancellation confirmed.
…/ HotelOrder/ OwnerCode Provider HBP Provider code in the MixVel system. With a stock ownership indicator.
…/ HotelOrder/ RelevanceDateTime 2025-09-18T01:54:59.3867029Z Date and time of booking creation
…/ HotelOrder/ TotalAmount 3000 Total order cost
…/ HotelOrder/ ContactPerson/ Email string Email of the contact person
…/ HotelOrder/ ContactPerson/ Name string Name of the contact person
…/ HotelOrder/ ContactPerson/ PhoneNumber string Phone number of the contact person
Mixvel_OrderViewRS/ Response/ PaymentFunctions/ OrderAssociation/ OrderRefID 82477-250918-OEY1584 Link to the ID of the paid order
Mixvel_OrderViewRS/ Response/ PaymentFunctions/ PaymentProcessingSummary/ Amount token Total order cost to be paid
Mixvel_OrderViewRS/ Response/ PaymentFunctions/ PaymentProcessingSummary/ PaymentID 02be6a15-bacb-4878-ad72-81ba2ce564dd Payment identifier
Mixvel_OrderViewRS/ Response/ PaymentFunctions/ PaymentProcessingDetailsPaymentMethod complex Selected payment method - DirectBill – bank transfer;
- OtherPaymentMethod – cash;
- PaymentCardTrxPaymentCard – bank card.

Example of the Mixvel_OrderViewRS response:

Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
    <Header />
    <Body>
        <MessageInfo MessageId="f17d9356-d20e-4586-af55-6efffd92da5f" ReplyTo="b596297d-5d72-4f9a-9620-1d4b9f71678d" TimeSent="2025-09-20T01:38:28.7971671Z" />
        <AppData>
            <View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
                <Response>
                    <DataLists>
                        <HotelList>
                            <Hotel>
                                <ProviderGeneralInfo>
                                    <CheckInCheckOutTime>
                                        <CheckInTime>14:00</CheckInTime>
                                        <CheckOutTime>12:00</CheckOutTime>
                                    </CheckInCheckOutTime>
                                    <BasicInfo>
                                        <ChildrenInfo>Разрешается проживание детей любого возраста.(Children of any age are allowed to reside.)</ChildrenInfo>
                                        <HotelDescription> К вашим услугам современные комфортабельные номера, оформленные в разных стилях, где всегда царит атмосфера домашнего уюта. Внимательный персонал круглосуточно заботится о беззаботном проживании гостей, а невысокие цены приятно удивляют в течение всего года. Одно из преимуществ гостиницы Мастер-Отель Первомайская– это удобное расположение рядом со станцией метро Первомайская, от которой всего 15 минут до центра столицы. Гостиница Мастер-Отель отлично подходит для отдыха и работы, для проживания в одиночестве или всей семьей. В ней уютно себя чувствуют молодые люди и родители с маленькими детьми, пенсионеры и бизнесмены. Как и другие недорогие гостиницы Москвы, отель Мастер-Отель предоставляет на выбор сто номеров разных категорий. Интерьеры всех номеров, холлов и ресторанных залов выполнены в соответствии с высокими европейскими требованиями и оснащены качественной современной мебелью. В недорогие гостиницы Москвы приезжают люди с самыми разными вкусами, поэтому в отеле Мастер-Отель можно найти и строгую классику, и современный модерн, и колоритный фольклорный стиль. Каждый номер предоставляет максимум удобств проживающим, в том числе отлично оснащенный санузел, холодильник, телевизор, телефон и фен. Не все дешевые гостиницы Москвы, как Мастер-Отель, могут предложить своим постояльцам услуги доступа к сети Интернет, факс. </HotelDescription>
                                        (You have at your disposal modern comfortable rooms decorated in different styles, where the atmosphere of home coziness always reigns. Attentive staff takes care of the carefree stay of guests around the clock, and the low prices pleasantly surprise throughout the year. One of the advantages of the Master-Hotel Pervomaiskaya is its convenient location near the Pervomaiskaya metro station, from which it is only 15 minutes to the city center. The Master-Hotel is perfect for relaxation and work, for staying alone or with the whole family. Young people and parents with small children, retirees, and businessmen feel comfortable here. Like other budget hotels in Moscow, the Master-Hotel offers a choice of one hundred rooms of different categories. The interiors of all rooms, lobbies, and restaurant halls are made in accordance with high European standards and equipped with quality modern furniture. Budget hotels in Moscow attract people with very different tastes, so at the Master-Hotel, you can find both strict classics and modern design, as well as colorful folk style. Each room provides maximum comfort for guests, including a well-equipped bathroom, refrigerator, television, telephone, and hairdryer. Not all cheap hotels in Moscow, like the Master-Hotel, can offer their guests internet access and fax services. )
                                        <HotelTypeName>Городского типа (City type)</HotelTypeName>
                                        <StarCategoryName>-</StarCategoryName>
                                    </BasicInfo>
                                    <HotelDirectContacts>
                                        <Phone>7(906)068-11-44, +7(906)068-11-33</Phone>
                                        <Website>http://master-hotel.ru/</Website>
                                    </HotelDirectContacts>
                                    <HotelFacility>
                                        <HotelFacilityName>Салон красоты (Beauty salon)</HotelFacilityName>
                                        <HotelFacilityName>Обслуживание в номерах (Room service)</HotelFacilityName>
                                        <HotelFacilityName>Сауна (Sauna)</HotelFacilityName>
                                        <HotelFacilityName>Допускается размещение домашних животных (условия могут измениться)(Pets are allowed (conditions may change)</HotelFacilityName>
                                        <HotelFacilityName>Вызов такси (Taxi call)</HotelFacilityName>
                                        <HotelFacilityName>Ресторан (Restaurant) </HotelFacilityName>
                                        <HotelFacilityName>Круглосуточная регистрация (24-hour registration)</HotelFacilityName>
                                        <HotelFacilityName>Номера для некурящих (Non-smoking rooms)</HotelFacilityName>
                                        <HotelFacilityName>Бар (Bar)</HotelFacilityName>
                                        <HotelFacilityName>Места для курения (Smoking areas)</HotelFacilityName>
                                        <HotelFacilityName>Wi-Fi</HotelFacilityName>
                                        <HotelFacilityName>Курение запрещено на всей территории (Smoking is prohibited throughout the property)</HotelFacilityName>
                                    </HotelFacility>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626923.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=38170d0bd060ca68b9631e1af6e128579343dd3c74262092354a657e79008cc2</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626927.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=5be6c0e21910ed9b3da6c6e3ba55f952dbbfcb3f5dbf870798aaa30b9c7dc868</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626929.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=d4dbf34de0e937078f58060c30ff1e925887bf02e41d3c91cea3c1c71b62e5a8</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626930.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=7258f87a6264ce899648f730159c837c67944efddb635da1d78e28111a4241a2</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626931.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=e017390b5f27f7a877a72da486708f62381b33d59f6e6201a9ec048605791916</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626932.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=8ad1563015021a24215ddeada7592e0c6fee2450ea6f1a0a9a3119376c9f2271</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626933.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=9c988aec82cfaadc073f49741c6edac0ea641d297860adbd5b28aec216003b9a</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626934.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=c5b84e1c4a27bdea71220d7413c245c4524d135c4005ed00efe78b45ca0edbaf</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626935.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=dff705487d957321ea3f4237fd82405d069229e5e69ce0125caabbaf5d76c9c4</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626936.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=74ac13c8d03f146df6c300d5eb01b5ac0928a2693266cea1dc273cea0e011b9e</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626937.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=d739e167f3eec9cbe9c6dfceeb2f1e5283579ea15b857aa6aa5daee289eb4f46</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626938.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=039b75fcc0144cbdefe14c4ac5865c67408945e5a76a4b009830fef46b216e10</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626939.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=5f23b305a56a09ee2760dfe3e5c99ca72ec0b3311223139de1d3ceeb480d5fdc</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626940.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=db59c1e41b58b66e33fb6502f16517ae27fc3fdc58d66d2e50476afb1c2a3087</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626941.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=d9d2dd01fc7a0062d4f05c798844cbc233bc5b0b35b11008befd583003730d95</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626942.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=af5f2dfa6ca818dafda14217695b004330354472ab1f40072088f0ed18d92d08</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626943.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=90f9ed5a1a92eadbf93c90bfd23eb022f664991825a359a35c8a3df3ba47c5f1</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>false</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/37626944.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=242311595734f4c8d9eae373b2e5d8f09608cd3a1bbc83f7f33f1acb261174f4</URL>
                                        </PhotoUrl>
                                    </Photo>
                                    <Photo>
                                        <IsMain>true</IsMain>
                                        <PhotoUrl>
                                            <URL>https://storage.yandexcloud.net/mediaprocessor.test/hbp/131687/mxvl_main?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=YCAJEEuCxe6jZsPkGJbry-3Kx%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013549Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=3eda53a985704e08174621e0b1dc7ee5ef7a6918bb33cf8a935ee5ab4e5c2e09</URL>
                                        </PhotoUrl>
                                    </Photo>
                                </ProviderGeneralInfo>
                                <HotelID>ef22b7ac-a176-46b4-b530-03384f817af8</HotelID>
                                <HotelName>Мастер-Отель Первомайская (Master Hotel Pervomayskaya)</HotelName>
                                <ProviderHotelName>Мастер-Отель Первомайская (Master Hotel Pervomayskaya) </ProviderHotelName>
                                <ProviderLocationDetails>
                                    <CityName>Москва (Moscow)</CityName>
                                    <Coordinates>
                                        <Latitude>55.7974554701</Latitude>
                                        <Longitude>37.8003654722</Longitude>
                                    </Coordinates>
                                    <CountryName>Россия (Russia)</CountryName>
                                    <HotelAddress>105264, Россия, г. Москва, Измайловский бульвар, д. 49 (105264, Russia, Moscow, Izmailovsky Boulevard, 49)</HotelAddress>
                                </ProviderLocationDetails>
                                <Updated>2024-12-10T13:33:10Z</Updated>
                            </Hotel>
                        </HotelList>
                        <PaxList>
                            <Pax>
                                <AgeMeasure>35</AgeMeasure>
                                <Individual>
                                    <GenderCode>M</GenderCode>
                                    <GivenName>Aleksey</GivenName>
                                    <Surname>Antonov</Surname>
                                </Individual>
                                <OrderRefID>82477-250920-OEY3498</OrderRefID>
                                <PaxID>Pax-1</PaxID>
                                <PTC>ADT</PTC>
                            </Pax>
                        </PaxList>
                    </DataLists>
                    <MixOrder>
                        <MixOrderID>82477-250920-MEY3497</MixOrderID>
                        <HotelOrder>
                            <BookingRef>
                                <BookingEntity>
                                    <Carrier>
                                        <AirlineDesigCode>HBP</AirlineDesigCode>
                                    </Carrier>
                                </BookingEntity>
                                <BookingID>1785096</BookingID>
                                <BookingRefTypeCode>HotelSupplierConfNumber</BookingRefTypeCode>
                            </BookingRef>
                            <ContactPerson />
                            <CreationDateTime>2025-09-20T01:37:37.3481262Z</CreationDateTime>
                            <HotelRefID>ef22b7ac-a176-46b4-b530-03384f817af8</HotelRefID>
                            <OrderID>82477-250920-OEY3498</OrderID>
                            <OrderItem>
                                <ExtraInformation>
                                    <TextBody>&lt;p&gt;Внимание! Отель ДЛЯ ТЕСТОВ! Он не существует!&lt;/p&gt;</TextBody>
                                </ExtraInformation>
                                <OrderItemID>7e786099-dc50-482b-b43a-aa67d80b84e5</OrderItemID>
                                <Period>
                                    <CheckInDate>2025-09-22</CheckInDate>
                                    <CheckOutDate>2025-09-25</CheckOutDate>
                                </Period>
                                <Policies>
                                    <ChangesAvailable>
                                        <OrderChange>CHECK_IN</OrderChange>
                                        <OrderChange>CHECK_OUT</OrderChange>
                                        <OrderChange>GUESTS_NAMES</OrderChange>
                                        <OrderChange>NUMBER_OF_GUESTS</OrderChange>
                                        <AreChangesAllowed>true</AreChangesAllowed>
                                        <IsCancellationAllowed>true</IsCancellationAllowed>
                                    </ChangesAvailable>
                                    <FinesPolicies>
                                        <CancelPolicy>
                                            <PenaltyAmount CurCode="RUB">92.00</PenaltyAmount>
                                        </CancelPolicy>
                                        <ChangePolicy>
                                            <PenaltyAmount CurCode="RUB">92.00</PenaltyAmount>
                                        </ChangePolicy>
                                        <InfoDescription>Штраф при незаезде или аннуляции в день заезда и позднее -100%.(Penalty for no-show or cancellation on the day of arrival and later -100%)</InfoDescription>
                                    </FinesPolicies>
                                </Policies>
                                <PriceDetails>
                                    <AgentComission CurCode="RUB">30.00</AgentComission>
                                    <TotalAmount CurCode="RUB">210.00</TotalAmount>
                                </PriceDetails>
                                <ProviderBookingInfo>
                                    <ProviderOrderItemID>6fce9af4-282e-4bf1-850a-a41961080d37</ProviderOrderItemID>
                                    <SubProviderInfo>
                                        <SubProviderConfirmationNumber>35910</SubProviderConfirmationNumber>
                                        <SubProviderName>HBPro</SubProviderName>
                                    </SubProviderInfo>
                                </ProviderBookingInfo>
                                <RoomList>
                                    <Room>
                                        <Paxes>
                                            <PaxRefID>Pax-1</PaxRefID>
                                        </Paxes>
                                        <ProviderMealName>Завтрак Шведский стол (Breakfast Buffet)</ProviderMealName>
                                        <RoomFeatures>
                                            <InfoText>
                                                <TextBody>Номер тестовый, отеля не существует!</TextBody>
                                            </InfoText>
                                            <RoomName>Эконом (Economy) Double (тестовый номер!)</RoomName>
                                            <RoomBedTypes>
                                                <IsExtraBed>false</IsExtraBed>
                                                <BedName>Трехместная кровать (Triple bed)</BedName>
                                                <BedsAmount>1</BedsAmount>
                                            </RoomBedTypes>
                                            <RoomBedTypes>
                                                <IsExtraBed>false</IsExtraBed>
                                                <BedName>autobedtype1522792861848</BedName>
                                                <BedsAmount>1</BedsAmount>
                                            </RoomBedTypes>
                                            <RoomBedTypes>
                                                <IsExtraBed>false</IsExtraBed>
                                                <BedName>autobedtype1523224955372</BedName>
                                                <BedsAmount>1</BedsAmount>
                                            </RoomBedTypes>
                                        </RoomFeatures>
                                        <RoomID>0a693c2c-64bc-4ab9-86a9-d311d4eed698</RoomID>
                                    </Room>
                                </RoomList>
                                <StatusCode>Confirmed</StatusCode>
                            </OrderItem>
                            <OwnerCode Provider="HotelBookPro">HBP</OwnerCode>
                            <RelevanceDateTime>2025-09-20T01:38:28.2704167Z</RelevanceDateTime>
                            <TotalAmount CurCode="RUB">210.00</TotalAmount>
                        </HotelOrder>
                        <TotalAmount CurCode="RUB">210.00</TotalAmount>
                    </MixOrder>
                    <PaymentFunctions>
                        <OrderAssociation>
                            <OrderRefID>82477-250920-OEY3498</OrderRefID>
                        </OrderAssociation>
                        <PaymentProcessingSummary>
                            <Amount CurCode="RUB">210.00</Amount>
                            <PaymentID>5b42a183-1323-4e42-9de1-741115c5cd2d</PaymentID>
                            <PaymentProcessingDetailsPaymentMethod>
                                <OtherPaymentMethod />
                            </PaymentProcessingDetailsPaymentMethod>
                        </PaymentProcessingSummary>
                    </PaymentFunctions>
                    <Vouchers>
                        <OrderRefID>82477-250920-OEY3498</OrderRefID>
                        <OrderVoucher>
                            <OrderVoucherUrl>
                                <URL>https://s3.sirena-research.ru/itinerary.receipts.test/82477-250920-OEY3498.voucher.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=minio%2F20250920%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20250920T013828Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;response-content-type=application%2Fpdf&amp;X-Amz-Signature=517163dc165126438b9a316b2c3e1d1a6bd034b499d5cfe3696b002f286d9393</URL>
                            </OrderVoucherUrl>
                        </OrderVoucher>
                    </Vouchers>
                </Response>
            </View:Mixvel_OrderViewRS>
        </AppData>
    </Body>
</MixEnv:Envelope>