> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/pt/pagamentos/tips.md).

# Dicas

Permita que os clientes adicionem uma gorjeta ou gratificação — ótimo para negócios baseados em serviços, como salões, spas e profissionais de bem-estar.

## Gorjetas com o Shopify POS

Para reservas presenciais, as gorjetas estão disponíveis através do Shopify POS:

* Configure as opções de gorjeta nas definições do seu POS
* Os clientes podem adicionar uma gorjeta no dispositivo POS durante ou após o checkout

Para a configuração de gorjetas no POS, consulte: [Dicas do Shopify POS](https://help.shopify.com/en/manual/sell-in-person/pos-classic/transactions/tips)

### Simplificado com o Sesami Instant Booking

Quando [Reserva Instantânea Sesami](/pt/reserva/booking-features/instant-booking.md) está ativo, o checkout acontece **depois** de o serviço ser concluído, tornando a gorjeta simples:

1. O cliente reserva usando o Sesami Instant Booking (sem pagamento no momento da reserva)
2. O serviço é concluído
3. O cliente adiciona a reserva ao carrinho e prossegue para o checkout
4. A gorjeta pode ser adicionada sobre o valor total no checkout

Isto permite que os clientes deem gorjeta com base na sua experiência real.

{% hint style="info" %}
Mesmo para reservas que passaram pelo checkout da Shopify, pode desvincular a encomenda usando um Sesami Flow para obter uma experiência semelhante de checkout e gorjeta após o serviço.
{% endhint %}

## Gorjeta na Loja Online

Para reservas online, as gorjetas são tratadas através da funcionalidade de gorjetas integrada da Shopify:

1. Aceda a **Shopify > Definições > Checkout**
2. Encontre a **Gorjeta** secção
3. Ativar gorjetas
4. Configure as opções de gorjeta (percentagem ou valor personalizado)
5. **Guardar**

Para mais detalhes, consulte: [Configuração de Gorjetas da Shopify](https://help.shopify.com/en/manual/checkout-settings/tips)

## Relacionado

* [Depósitos](/pt/pagamentos/deposits.md) — cobrar pagamento parcial na reserva
* [Cartão de Crédito Guardado](/pt/pagamentos/credit-card-on-file.md) — guardar métodos de pagamento para cobranças futuras
* [Reserva Instantânea Sesami](/pt/reserva/booking-features/instant-booking.md) — reserva sem checkout antecipado


---

# 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.sesami.co/pt/pagamentos/tips.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.
