> For the complete documentation index, see [llms.txt](https://docs.simplespa.net/simplespa-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplespa.net/simplespa-documentation/fundamentals/pos/multiple-payment-methods.md).

# Multiple Payment Methods

SimpleSpa supports both deposits and balances

## Deposits

Deposits should be used for a single line item and not with multiple items in a cart, this feature is intended for deposits against an appointment, to collect a deposit you can do so from the POS by pressing PAY NOW in the appointment and then pressing the Accept Deposit on the lower right. Enter the amount to collect and the remaining amount will be on file to be collected for that appointment

## Balances

For more complex carts (2 or more items or multiple payment methods), from the POS press the orange button under the Amount Due, this will close out the cart on the clients balance

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

Once completed the receipt popup will show a quick balance prompt, here you can either Collect the full amount (pressing the green button), or set the amount by pressing the Set button, here you can set a smaller amount than the total balance, and once the payment is processed, continue again to collect more either in total or Set again another amount against that balance until it is has been paid off for

<figure><img src="/files/AMkLkOUm9NfUXsBzg8KY" 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://docs.simplespa.net/simplespa-documentation/fundamentals/pos/multiple-payment-methods.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.
