# Multiple Payments

The POS system supports flexible payment handling, including multiple payments and split bills.

## Multiple Payments

Customer can pay using more than one payment method (e.g., a combination of cash and card, or two different cards).

#### To process multiple payments:

1. On the Checkout page, you can either **enter the amount** to be paid or choose from **pre-set values** (e.g., €5.00, €10.00, €20.00) or **fractional options** (e.g., ½, ⅓, ¼ of the total)
2. Select the **payment method** to process the first part of the payment.
3. Repeat the process for the remaining balance using another method if needed.


---

# 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://docs.bossithq.com/pos/order-creation/checkout/payments/multiple-payments.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.
