# Stripe

The Bookster Stripe Addon plugin allows you to configure and manage Stripe as a payment gateway for services.&#x20;

<figure><img src="/files/hetYOkLfed9zsMOzBIs3" 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

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

2. **Currency Options**:
   * **Currency**: Select the desired currency from the dropdown menu (e.g., United States (US) dollar ($)).
   * **Currency Format**: Choose the format for displaying currency (Preview: $12,345.49).
3. **Payment Gateways**:
   * **Pay Later/Locally**: Toggle this option ON or OFF based on your preference for allowing pay later or local payment methods.
   * **Stripe**: Toggle the Stripe option ON to enable Stripe as a payment gateway.

#### Stripe Configuration

4. **Stripe Payment Gateway Settings**:
   * **Mode**: Select between "Test or Live Mode".
     * **Test Mode**: Used for testing the payment gateway without actual transactions.
     * **Live Mode**: Used for processing real transactions.
   * **Live Publishable Key**: Enter the publishable key provided by Stripe for live transactions.
   * **Live Secret Key**: Enter the secret key provided by Stripe for live transactions.
   * **Toggle PayPal**: Toggle the PayPal option OFF if you do not want to use PayPal as a payment gateway.

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/stripe.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.
