# Stripe

## Overview

This guide outlines the steps to integrate Stripe into Gallabox, allowing for streamlined payment processing. It will walk you through linking your Gallabox accounts with Stripe, adjusting your settings, and refining your payment workflows to enhance efficiency.

## Stripe Integration

1. Go to **Integrations** in the left navigation on your Gallabox account and Select **Stripe** Integration from the available applications.

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

2. Click on **Connect** and assign the name to this integration and click on **Submit.** It will ask you to Authorize Gallabox.

<figure><img src="/files/8gKXTTzerZ1mmJSjKUco" alt=""><figcaption></figcaption></figure>

3. Select the Channel name (***WhatsApp Number you would like to connect with Stripe***) for which you would like to integrate Stripe.

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

4. To get the Stripe API Key, you have to go to your Stripe Dashboard. Click on Developers and scroll down to Restricted keys, select "**+Create Restricted Key**", and click on "*Build your own integration*" to create one.

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

5. Provide the permissions for the Restricted Key listed below:

<table><thead><tr><th width="369">Resource</th><th>Permission</th></tr></thead><tbody><tr><td>Customers</td><td>Read</td></tr><tr><td>PaymentIntents</td><td>Read</td></tr><tr><td>Prices</td><td>Read</td></tr><tr><td>Invoices</td><td>Read</td></tr><tr><td>Webhook Endpoints</td><td>Write</td></tr></tbody></table>

After providing the permissions, select "Create Key" button at the bottom. Provide your Stripe account password for confirmation if prompted.

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

{% hint style="info" %}
Make sure you have 2FA enabled for your account. If not, the key will not be created.
{% endhint %}

6. When the Key is created, click on Reveal test Key and select the key to copy.

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

7. Go to your Gallabox dashboard, and paste the key in the Stripe API Key placeholder and update configuration.

<figure><img src="/files/6tXF7uH5YFUzUI4xQI91" alt=""><figcaption></figcaption></figure>

Your Integration is successful when you have been directed to Workflows for Stripe.


---

# 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.gallabox.com/integration/payment-gateways/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.
