# Send Payment links via WhatsApp Chatbot using Stripe

> **Who can use this Card?**
>
> * Gallabox Users having permission to either build and deploy bots or manage bots.
> * Available on Pro Plan.

## Overview

The Stripe Bot Connector allows seamless integration between Stripe payment processing service to facilitate real-time notifications and transactions processing through a simple, customizable interface.

## Connect Stripe Account <a href="#creating-the-connection-for-razorpay" id="creating-the-connection-for-razorpay"></a>

1. Under the connections, click on Stripe to start with the connection.

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

2. Once you click on **Stripe Connector,** you will have the **Action (Create Payment Link).** Click on the Action and you will be asked to either create a New Connection or Select from an existing connection.

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

3. To "**Add New Connection**", you will have to add the connection name and the API Key. Once you add the API Key, click on "**Create Connection**" to create a new Stripe connection.&#x20;

{% hint style="info" %}
To get the API key, go to your Stripe Account -> Developers -> API Keys -> Restricted Key -> +Create Restricted Key (Building your own Integration) -> provide the "Write" permission for Payment Links & Webhook Endpoints; "Read" permission for Customers, prices, and Invoices -> Create Key.

<img src="/files/ZkjD5hJRN0iTTaZj2XRk" alt="" data-size="original">
{% endhint %}

## Using the Stripe Connector <a href="#using-the-action-create-payment-link" id="using-the-action-create-payment-link"></a>

1. The moment you click on **Create Connection**, you will be taken to the Action - **Create Payment Link.**&#x20;

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

2. You have to add the details or variables for Product, Pricing, Price Quantity, Customer Name, Customer Phone Number, and Payment URL. Click on save.

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

3. The Stripe connector is ready to be used in the bot-flow. You can add the success and failure conditions and create a proper flow around the Stripe Connector.&#x20;

<figure><img src="/files/4p9J5P5biWj5Uy4NbszZ" alt=""><figcaption></figcaption></figure>

The Stripe Bot connector seamlessly integrates payment processing into your bot-flow, enhancing the user experience with secure and efficient transactions.


---

# 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/bots/bot-connectors/send-payment-links-via-whatsapp-chatbot-using-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.
