# Stripe Integration

The **Stripe** tab in the Integration Management screen allows Maica administrators to configure the Stripe payment gateway.

Please see the breakdown below for further information on each section:&#x20;

### 1. Stripe API Keys

To connect your Stripe account with Maica, you’ll need to enter three API credentials:

* **Stripe Publishable Key**
* **Stripe Secret Key**
* **Stripe Webhook Secret**

These credentials can be generated within your Stripe account and must be pasted into the fields provided in Maica.

{% hint style="info" %}
For detailed instructions on where to find these keys and how to configure your Stripe account, refer to the full [Stripe Integration article](/maica-knowledge-base/maica-administration-guide/integrations/stripe-integration.md).
{% endhint %}

### 2. Site Configuration

In order for the Integration to function properly, a **Site** must be selected from the list.&#x20;

{% hint style="info" %}
Please note, this Site must be configured to serve the public-facing payment page, and the associated Site User must have appropriate access in order to enable the **Pay Now** link for the Invoice PDF.&#x20;
{% endhint %}

Use the search field to locate and select the correct Site record.

{% hint style="info" %}
For more information on how to set up and configure Sites in Maica, see [Create a Site](/maica-knowledge-base/maica-administration-guide/integrations/create-a-site.md).
{% endhint %}


---

# 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://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/settings/integration-management/stripe-integration.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.
