# Stripe

## **Overview**

This guide provides a step-by-step approach to integrating Stripe with BizMagnets, enabling smooth payment processing. Follow these steps to link your BizMagnets account with Stripe, adjust your settings, and refine payment workflows for greater efficiency.

## **Setting Up Stripe Integration**

1. Go to the Integrations section on your BizMagnets account and select Stripe from the available applications.

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

2. Click on "Connect," assign a name to the integration, and then click "Submit." You will be prompted to authorize BizMagnets.
3. Choose the Channel (WhatsApp number) you’d like to connect with Stripe.
4. To obtain the Stripe API Key, navigate to your Stripe Dashboard, select "Developers," go to "Restricted Keys," and click on "+Create Restricted Key." Choose "Build your own integration" to create the key.
5. For your restricted key, assign the following permissions:
   * **Customers**: Read
   * **PaymentIntents**: Read
   * **Prices**: Read
   * **Invoices**: Read
   * **Webhook Endpoints**: Write

After assigning these permissions, click "Create Key" at the bottom. If prompted, enter your Stripe account password to confirm.&#x20;

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

6. Once the key is created, select "Reveal test key" to copy it.
7. Then, return to your BizMagnets dashboard, paste the key into the Stripe API Key field, and click "Update Configuration" to finalize setup.

This integration enables seamless payment processing directly through your connected WhatsApp channels in BizMagnets.


---

# 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.bizmagnets.ai/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.
