> For the complete documentation index, see [llms.txt](https://help.guestreply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.guestreply.ai/readme/user-manual/settings/stripe.md).

# Stripe

#### Connect your Stripe account to accept payments directly from guests for services like Early Check-in.

## How to connect Stripe account to Guest Reply?

> <mark style="color:$primary;">**! Before enabling Early Check-in, a Stripe account must be connected.**</mark>

#### 1. Navigate to [**Settings  → Stripe**](https://app.guestreply.ai/settings/stripe)

#### 2. Click the **`Connect with Stripe`** button.

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

#### **3. Link Your Stripe Account:**

&#x20;You'll be redirected to Stripe:

* **Already have a Stripe account?** Log in with your existing credentials to link it to GuestReply.
* **Don't have one yet?** Follow the on-screen instructions to create a new Stripe account.

> &#x20;<mark style="color:$primary;">⚠️ During the setup of your Stripe account, please select your preferred currency.</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">**All Early Check-in payments will be processed in this currency.**</mark>&#x20;

#### 4. You've successfully connected your Stripe account to GuestReply!&#x20;

Once connected, you'll be redirected back to GuestReply, and the status will change from **"Not Connected"** to **"Connected"**.

<figure><img src="/files/QFozmFiEM6PxTArBmDxm" 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.guestreply.ai/readme/user-manual/settings/stripe.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.
