# Tips

Let customers add a tip or gratuity — great for service-based businesses like salons, spas, and wellness practitioners.

## Tipping with Shopify POS

For in-person bookings, tipping is available through Shopify POS:

* Configure tip options in your POS settings
* Customers can add a tip on the POS device during or after checkout

For POS tipping setup, see: [Shopify POS Tips](https://help.shopify.com/en/manual/sell-in-person/pos-classic/transactions/tips)

### Simplified with Sesami Instant Booking

When [Sesami Instant Booking](/booking/booking-features/instant-booking.md) is active, the checkout happens **after** the service is completed, making tipping straightforward:

1. Customer books using Sesami Instant Booking (no payment at booking time)
2. Service is completed
3. Customer adds the booking to cart and proceeds to checkout
4. Tip can be added on the full amount at checkout

This lets customers tip based on their actual experience.

{% hint style="info" %}
Even for bookings that went through Shopify checkout, you can detach the order using a Sesami Flow to achieve a similar post-service checkout and tipping experience.
{% endhint %}

## Tipping on Online Store

For online bookings, tipping is handled through Shopify's built-in tipping feature:

1. Go to **Shopify > Settings > Checkout**
2. Find the **Tipping** section
3. Enable tipping
4. Configure tip options (percentage or custom amount)
5. **Save**

For full details, see: [Shopify Tipping Setup](https://help.shopify.com/en/manual/checkout-settings/tips)

## Related

* [Deposits](/payments/deposits.md) — collect partial payment at booking
* [Credit Card on File](/payments/credit-card-on-file.md) — store payment methods for future charges
* [Sesami Instant Booking](/booking/booking-features/instant-booking.md) — booking without upfront checkout


---

# Agent Instructions: 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:

```
GET https://help.sesami.co/payments/tips.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
