Skip to content

Commit 2a84ac3

Browse files
author
committed
Deployed 1e6a95d with MkDocs version: 1.6.1
1 parent 077d2df commit 2a84ac3

File tree

4 files changed

+45
-61
lines changed

4 files changed

+45
-61
lines changed

faq/index.html

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,13 +2055,6 @@
20552055
Payment providers and gateways
20562056
</a>
20572057

2058-
</li>
2059-
2060-
<li class="md-nav__item">
2061-
<a href="#how-can-i-cancel-a-room-booking" class="md-nav__link">
2062-
How can I cancel a room booking?
2063-
</a>
2064-
20652058
</li>
20662059

20672060
<li class="md-nav__item">
@@ -2100,8 +2093,8 @@
21002093
</li>
21012094

21022095
<li class="md-nav__item">
2103-
<a href="#how-do-i-cancel-a-hotel" class="md-nav__link">
2104-
How do I cancel a hotel?
2096+
<a href="#how-do-i-cancel-a-hotel-booking" class="md-nav__link">
2097+
How do I cancel a hotel booking?
21052098
</a>
21062099

21072100
</li>
@@ -3258,13 +3251,6 @@
32583251
Payment providers and gateways
32593252
</a>
32603253

3261-
</li>
3262-
3263-
<li class="md-nav__item">
3264-
<a href="#how-can-i-cancel-a-room-booking" class="md-nav__link">
3265-
How can I cancel a room booking?
3266-
</a>
3267-
32683254
</li>
32693255

32703256
<li class="md-nav__item">
@@ -3303,8 +3289,8 @@
33033289
</li>
33043290

33053291
<li class="md-nav__item">
3306-
<a href="#how-do-i-cancel-a-hotel" class="md-nav__link">
3307-
How do I cancel a hotel?
3292+
<a href="#how-do-i-cancel-a-hotel-booking" class="md-nav__link">
3293+
How do I cancel a hotel booking?
33083294
</a>
33093295

33103296
</li>
@@ -3732,8 +3718,6 @@ <h3 id="can-i-markup-the-room-prices">Can I markup the room prices?</h3>
37323718
<p>It is not possible to markup the prices of the hotel rooms with the current version of the Hotel Booking API. The reason is that the content we offer today in our Hotel Search/Book API is post-paid, meaning the traveler will pay directly at the hotel. The Hotel Booking API is here to enable making a reservation but not to pay directly. We are working on adding more hotel offers, especially offers that will be pre-paid, meaning you will be able to charge the travelers directly and add a markup. However, you still need to add a credit card while booking in case of cancellations or no-shows.</p>
37333719
<h3 id="payment-providers-and-gateways">Payment providers and gateways</h3>
37343720
<p>The Hotel Booking API works by using the guest's payment information and sending it to a chosen hotel for the reservation. You can use a payment gateway in your app, but this will not change the way the API works. The hotels will never collect any money from you. Instead, the payments are always done at the time of checkout between the guest and the hotel. During the booking process, Amadeus passes the payment and guest information to the hotel but does not validate information, so it doesn’t play the role of payment gateway. Be sure to validate the payment and guest information as invalid information may result in the reservation being canceled. As soon as your application stores, transmits, or processes cardholder information, you will need to comply with the PCI Data Security Standard (PCI DSS). For more information, visit the <a href="https://www.pcisecuritystandards.org/merchants/">PCI Security Council website</a>.</p>
3735-
<h3 id="how-can-i-cancel-a-room-booking">How can I cancel a room booking?</h3>
3736-
<p>As of now, the hotel booking API does not allow canceling rooms. If this option is possible with your hotel offer, the cancellation will have to be done manually with the hotels. We are working on an API for the cancellation; however, it is still too soon to commit to anything.</p>
37373721
<h3 id="why-do-i-get-500-status-code">Why do I get 500 status code?</h3>
37383722
<p>The process of booking a hotel in the test environment involves sending your request to each hotel provider, and each provider has its own environment and rules. Due to these differences, there may be connectivity issues with the providers that can result in a timeout. Additionally, if many requests are sent to a particular hotel, they may choose to block them. If you provide us with a timestamp and details of another API request that has failed, including the hotel in question, we can search our logs to find more information. However, it is likely that the issue is one of the aforementioned cases.</p>
37393723
<h3 id="how-can-i-see-amadeus-api-coverage-for-a-hotel-chain">How can I see Amadeus API coverage for a hotel chain?</h3>
@@ -3744,7 +3728,7 @@ <h3 id="do-i-need-any-legal-documents-to-make-a-booking">Do I need any legal doc
37443728
<p>No, there are no legal documents required. However, you will need to comply with any local legal requirements for your market.</p>
37453729
<h3 id="what-are-the-room-type-codes">What are the room type codes?</h3>
37463730
<p>The room type code is a 3-character identifier that indicates the room type category, the number of beds, and the bed type. However, some hotels may not follow this pattern and instead use custom types. In such cases, the room description is the best way to understand the room type.</p>
3747-
<h3 id="how-do-i-cancel-a-hotel">How do I cancel a hotel?</h3>
3731+
<h3 id="how-do-i-cancel-a-hotel-booking">How do I cancel a hotel booking?</h3>
37483732
<p>There is no way to cancel hotel bookings through the APIs. This needs to be done offline by ringing the hotels. </p>
37493733
<h3 id="why-is-hotel-search-returning-empty-responses-data">Why is Hotel Search returning empty responses ‘{"data": []}’?</h3>
37503734
<p>You are returning this because this specific hotel is closed or unavailable for this specific date. You can either try to change the check-in date or use the ''includeClosed'' parameter set to ''true''. The latter will return further information on the hotel, but you will not be able to book it.</p>
@@ -3887,7 +3871,7 @@ <h3 id="how-can-i-report-bugs-or-suggest-improvements-to-the-self-service-sectio
38873871
<small>
38883872

38893873
Last update:
3890-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 12, 2024</span>
3874+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 19, 2025</span>
38913875

38923876

38933877
</small>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,154 +2,154 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/</loc>
5-
<lastmod>2025-02-06</lastmod>
5+
<lastmod>2025-02-19</lastmod>
66
</url>
77
<url>
88
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/api-rate-limits/</loc>
9-
<lastmod>2025-02-06</lastmod>
9+
<lastmod>2025-02-19</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/common-errors/</loc>
13-
<lastmod>2025-02-06</lastmod>
13+
<lastmod>2025-02-19</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/faq/</loc>
17-
<lastmod>2025-02-06</lastmod>
17+
<lastmod>2025-02-19</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/glossary/</loc>
21-
<lastmod>2025-02-06</lastmod>
21+
<lastmod>2025-02-19</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/pagination/</loc>
25-
<lastmod>2025-02-06</lastmod>
25+
<lastmod>2025-02-19</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/pricing/</loc>
29-
<lastmod>2025-02-06</lastmod>
29+
<lastmod>2025-02-19</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/quick-start/</loc>
33-
<lastmod>2025-02-06</lastmod>
33+
<lastmod>2025-02-19</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/test-data/</loc>
37-
<lastmod>2025-02-06</lastmod>
37+
<lastmod>2025-02-19</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/API-Keys/</loc>
41-
<lastmod>2025-02-06</lastmod>
41+
<lastmod>2025-02-19</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/API-Keys/authorization/</loc>
45-
<lastmod>2025-02-06</lastmod>
45+
<lastmod>2025-02-19</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/API-Keys/moving-to-production/</loc>
49-
<lastmod>2025-02-06</lastmod>
49+
<lastmod>2025-02-19</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/</loc>
53-
<lastmod>2025-02-06</lastmod>
53+
<lastmod>2025-02-19</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/java/</loc>
57-
<lastmod>2025-02-06</lastmod>
57+
<lastmod>2025-02-19</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/mock-server/</loc>
61-
<lastmod>2025-02-06</lastmod>
61+
<lastmod>2025-02-19</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/node/</loc>
65-
<lastmod>2025-02-06</lastmod>
65+
<lastmod>2025-02-19</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/openapi-generator/</loc>
69-
<lastmod>2025-02-06</lastmod>
69+
<lastmod>2025-02-19</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/php/</loc>
73-
<lastmod>2025-02-06</lastmod>
73+
<lastmod>2025-02-19</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/postman/</loc>
77-
<lastmod>2025-02-06</lastmod>
77+
<lastmod>2025-02-19</lastmod>
7878
</url>
7979
<url>
8080
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/python/</loc>
81-
<lastmod>2025-02-06</lastmod>
81+
<lastmod>2025-02-19</lastmod>
8282
</url>
8383
<url>
8484
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/graphql/</loc>
85-
<lastmod>2025-02-06</lastmod>
85+
<lastmod>2025-02-19</lastmod>
8686
</url>
8787
<url>
8888
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/graphql/rest-to-graphql-export/</loc>
89-
<lastmod>2025-02-06</lastmod>
89+
<lastmod>2025-02-19</lastmod>
9090
</url>
9191
<url>
9292
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/graphql/rest-to-graphql-node/</loc>
93-
<lastmod>2025-02-06</lastmod>
93+
<lastmod>2025-02-19</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/graphql/rest-to-graphql-python/</loc>
97-
<lastmod>2025-02-06</lastmod>
97+
<lastmod>2025-02-19</lastmod>
9898
</url>
9999
<url>
100100
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/examples/</loc>
101-
<lastmod>2025-02-06</lastmod>
101+
<lastmod>2025-02-19</lastmod>
102102
</url>
103103
<url>
104104
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/examples/code-example/</loc>
105-
<lastmod>2025-02-06</lastmod>
105+
<lastmod>2025-02-19</lastmod>
106106
</url>
107107
<url>
108108
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/examples/live-examples/</loc>
109-
<lastmod>2025-02-06</lastmod>
109+
<lastmod>2025-02-19</lastmod>
110110
</url>
111111
<url>
112112
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/examples/prototypes/</loc>
113-
<lastmod>2025-02-06</lastmod>
113+
<lastmod>2025-02-19</lastmod>
114114
</url>
115115
<url>
116116
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/migration-guides/</loc>
117-
<lastmod>2025-02-06</lastmod>
117+
<lastmod>2025-02-19</lastmod>
118118
</url>
119119
<url>
120120
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/migration-guides/hotel-booking/</loc>
121-
<lastmod>2025-02-06</lastmod>
121+
<lastmod>2025-02-19</lastmod>
122122
</url>
123123
<url>
124124
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/migration-guides/hotel-search/</loc>
125-
<lastmod>2025-02-06</lastmod>
125+
<lastmod>2025-02-19</lastmod>
126126
</url>
127127
<url>
128128
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/resources/</loc>
129-
<lastmod>2025-02-06</lastmod>
129+
<lastmod>2025-02-19</lastmod>
130130
</url>
131131
<url>
132132
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/resources/cars-transfers/</loc>
133-
<lastmod>2025-02-06</lastmod>
133+
<lastmod>2025-02-19</lastmod>
134134
</url>
135135
<url>
136136
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/resources/destination-experiences/</loc>
137-
<lastmod>2025-02-06</lastmod>
137+
<lastmod>2025-02-19</lastmod>
138138
</url>
139139
<url>
140140
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/resources/flights/</loc>
141-
<lastmod>2025-02-06</lastmod>
141+
<lastmod>2025-02-19</lastmod>
142142
</url>
143143
<url>
144144
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/resources/hotels/</loc>
145-
<lastmod>2025-02-06</lastmod>
145+
<lastmod>2025-02-19</lastmod>
146146
</url>
147147
<url>
148148
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/resources/itinerary-managment/</loc>
149-
<lastmod>2025-02-06</lastmod>
149+
<lastmod>2025-02-19</lastmod>
150150
</url>
151151
<url>
152152
<loc>https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/resources/market-insight/</loc>
153-
<lastmod>2025-02-06</lastmod>
153+
<lastmod>2025-02-19</lastmod>
154154
</url>
155155
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)