> For the complete documentation index, see [llms.txt](https://help.siestaextranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.siestaextranet.com/jak-zazadam-o-vyuctovani-rezervace-v-expedii.md).

# Jak zažádám o vyúčtování rezervace v Expedii?

Expedia Group se trochu liší od klasických kanálů jako Airbnb nebo Booking kde Vám platby za rezervace chodí víceméně automaticky. V Expedii si o platbu za rezervaci musíte požádat a to pouze za předpokladu, že máte jako platební metodu zvolený Expedia Collect. To snadno vidíte i v Siesta extranetu u rezervace.

<figure><img src="/files/y0OWEwhbmubBRjdaKyKi" alt=""><figcaption></figcaption></figure>

*Pozn. pokud u rezervace místo Expedia collect vidíte Hotel collect znamená to, že platbu za ubytování platí host v hotelu tj. u Vás na recepci.*

***Jak zažádat o platbu Expedia collect?*** Přihlaste se do svého profilu v Expedia. Po levé straně klikněte na Payments. Po pravé straně vidíte modře varianty požadavků. Klikněte na Request payment from Expedia Group

<figure><img src="/files/atjG2m7pRSFXpEO3OVso" alt=""><figcaption></figcaption></figure>

Do pole Expedia **Reservation ID**: napište číslo rezervace, kterou chcete proplatit a klikněte na **Add**

<figure><img src="/files/8P7FWxMSQJe2mG1mZDCA" alt=""><figcaption></figcaption></figure>

Poté si zkontrolujte zda se žádost o proplacení rezervace propsala do systému.

Klikněte zpět na Payments vlevo → Most recent payouts from Expedia Group → See all payouts. Tady uvidíte seznam všech rezervací. Vámi požadovaná rezervace by měla být jako první a bude mít jiný status než Paid (zaplaceno). Když kliknete na **See payout details** uvidíte pouze aktuální rezervaci o jejíž proplacení jste požádali Zde si také v průběhu času můžete kontrolovat zda rezervace byla proplacena či nikoli. Pokud je rezervace proplacena má status **Paid.**

<figure><img src="/files/WdTW7l0wvZh2mBBZFTiG" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.siestaextranet.com/jak-zazadam-o-vyuctovani-rezervace-v-expedii.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
