# PayPal

The Bookster PayPal Addon plugin enables the integration of PayPal as a payment gateway for your services.&#x20;

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

Below are the details of the settings and features available in the Payment section of the plugin.

#### Accessing Payment Settings

1. **Navigate to Payment Settings**:
   * Go to the main menu on the left-hand side.
   * Click on "Settings" under the "Administration" section.
   * From the dropdown menu, select "Payment" to access the payment settings.

#### Configuring Payment Settings

2. **Currency Options**:
   * **Currency**: Select the currency for your payments.
   * **Currency Format**: Choose the format in which the currency will be displayed. A preview is provided (e.g., $12,345.49).
3. **Payment Gateways**:
   * **Manage Payment Gateways**: You can enable or disable payment gateways for your services.&#x20;

#### Configuring PayPal Gateway

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

4. **Enable PayPal**:
   * **Toggle PayPal**: Turn on the PayPal payment gateway by toggling the switch to the "ON" position.
5. **PayPal Settings**:
   * **Mode Selection**: Choose between "Live" and "Sandbox or Live Mode" depending on your environment.
     * **Live Mode**: This is for real transactions.
     * **Sandbox Mode**: This is for testing purposes.
   * **Live Client Id**: Enter the Client ID provided by PayPal for live transactions.
   * **Live Client Secret**: Enter the Client Secret provided by PayPal for live transactions.

Click on **save changes**!


---

# 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.yaycommerce.com/bookster/addons/paypal.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.
