> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/bookster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/bookster/administration/settings/payment.md).

# Payment

The **Payment** tab provides settings related to financial transactions, specifically focusing on currency options and payment gateways.&#x20;

<figure><img src="/files/dxjFE1aIoHs5lWUs2KfU" alt=""><figcaption><p>A screenshot showing the Payment settings of Bookster plugin</p></figcaption></figure>

Here’s a breakdown of the features shown in the screenshot:

**Currency Options**:

**(1). Currency**: This dropdown menu allows you to select the type of currency in which transactions will be conducted.&#x20;

**(2). Currency Position**: This setting lets you determine where the currency symbol appears in relation to the price numbers. Options include:

* Before (e.g., $99.99)
* After (e.g., 99.99$)
* Before With Space (e.g., $ 99.99)
* After With Space (e.g., 99.99 $)

**(3). Payment Gateways**: This section allows you to see all the available payment gateways which you can activate for your Booking services. Example include;

* **Pay Later/Locally**: This toggle switch, set to "ON" in the screenshot, allows customers to book services and pay at a later time or in person. This feature is useful for businesses that accept payment upon service delivery or prefer not to process payments online.

**Save your changes.**


---

# 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.yaycommerce.com/bookster/administration/settings/payment.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.
