> For the complete documentation index, see [llms.txt](https://help.bukkii.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bukkii.io/update/feb-21-2025.md).

# Feb 21,2025

### 1. Booking Deposit

#### Overview

{% hint style="info" %}
The **Online Payments** feature allows salon owners to collect a deposit or full payment from customers at the time of booking, powered by Stripe — a trusted and secure online payment platform widely used in the US.
{% endhint %}

#### Step 1 — Enable Online Payments in Bukkii

1. Log in to the salon's Bukkii dashboard.
2. Go to **Settings → Apps & Integrations**.
3. Find **Online Payments** and toggle it **ON** *(step 1 in the screenshot)*.
4. Click **Configure** to open the payment settings *(step 2 in the screenshot)*.

<figure><img src="/files/2e5sSP5FYHXn7IwfDgrN" alt=""><figcaption></figcaption></figure>

#### Step 2 — Connect Your Stripe Account

1. On the **Online Payments** page, click **" Connect Stripe "**.

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

2. You'll be redirected to Stripe — create new account or log in with the salon's Stripe credentials.&#x20;

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

3. Complete any confirmation steps on Stripe, then return to Bukkii.

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

✅ Once successfully connected, the page will show:

* **Charges Enabled**
* **Payouts Enabled**
* A green banner: *"Your Stripe account is fully configured and ready to accept payments!"*

#### Step 4 — Configure Payment Settings

After Stripe is connected, the salon owner can configure:

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

**Payment type:**

* **Full payment** — Charge the full service price at the time of booking.
* **Partial deposit** — Charge a fixed amount or percentage as a deposit.

**Who must pay online?**

* **All customers** — Every customer must pay online when booking.
* **High risk customers** — Only customers flagged as high risk (frequent no-shows or late cancellations) are required to pay online.

Click **Save** when done.


---

# 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.bukkii.io/update/feb-21-2025.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.
