> For the complete documentation index, see [llms.txt](https://streambill.gitbook.io/streambill/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://streambill.gitbook.io/streambill/getting-started/paying-an-invoice.md).

# Paying an invoice

### Viewing the invoice

You can localize the invoice that you want to pay by either&#x20;

#### Email notification

<figure><img src="/files/2KtqcGsPcBTCCnHnu8AP" alt=""><figcaption><p>Received invoice mail</p></figcaption></figure>

#### Viewing it in your dashboard under invoices received tab

<figure><img src="/files/Ns4K1QKfVL05nZjapLoV" alt=""><figcaption><p>Streambill dashboard</p></figcaption></figure>

#### Receiving a link from the payee

<figure><img src="/files/YjYkdcTMKG2NC4qjUfFI" alt=""><figcaption><p>Pay invoice link in conversation</p></figcaption></figure>

### Getting tUSDC

To start streaming money, you will need some tUSDC you can get some here : app.streambill.xyz/mint-tusdc

{% embed url="<https://app.streambill.xyz/mint-tusdc>" %}

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

### Starting the stream

When clicking the "Pay invoice button" you will have to first approve the tokens to interact with the Sablier protocol.

After the approval is successful , the stream information will appear on screen

<figure><img src="/files/X3eSWrWoGnSPcYdL9zLP" alt=""><figcaption><p>Start streaming dialog</p></figcaption></figure>

If everything looks alright, you can start streaming the funds.

\
**The funds will be streamed from the moment the transaction is successful until the due date of the invoice.**<br>

<figure><img src="/files/blzfJ11OareXt0YEU9q9" alt=""><figcaption><p>Stream started confirmation message</p></figcaption></figure>

**Congratulations ! The stream has started and is visible on your dashboard** :tada:<br>

<figure><img src="/files/cgZFhjhR81nNZT2HJM5n" alt=""><figcaption><p>Streambill dashboard</p></figcaption></figure>

**The payee will receive an email stating that the stream has started**

<figure><img src="/files/rFsSYkhF0VaUVVr2IVob" alt=""><figcaption><p>Stream started mail</p></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://streambill.gitbook.io/streambill/getting-started/paying-an-invoice.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.
