> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chatnode.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Stripe

Integrating ChatNode with Stripe allows your agent to retrieve invoices, track subscriptions, and update billing details directly from your Stripe account. Follow these steps to set up the integration.

## Step 1: Go to the Integrations Page

* Once logged in, navigate to the **Actions** section.

* In the left-hand panel, click **Integrations** to view the available third-party apps.

## Step 2: Locate Stripe

* Click **Stripe**.

* Click the **Connect** button to begin the setup process.

<img className="block" src="https://mintcdn.com/chatnode-55/c3LNkxHLRrGfG4lm/images/stripe-connect-one.webp?fit=max&auto=format&n=c3LNkxHLRrGfG4lm&q=85&s=556b075667d92b9a45124b8845776dd4" alt="Stripe Connect One" width="2052" height="892" data-path="images/stripe-connect-one.webp" />

## Step 3: Open the Stripe Installation Window

* After clicking **Connect**, a new window from Stripe will appear.

* This is the **Stripe Apps** installation screen where you can add the app to your account.

## Step 4: Install the App

* Click **Continue**.

* This allows the app to be added to your Stripe account.

<img className="block" src="https://mintcdn.com/chatnode-55/RVY_9U5lr3QbfL__/images/install-stripe.webp?fit=max&auto=format&n=RVY_9U5lr3QbfL__&q=85&s=ae7a3752885b0d57f68fabb62f9b316d" alt="Install Stripe" width="1734" height="1128" data-path="images/install-stripe.webp" />

## Step 5: Select Your Stripe Account

* Choose the Stripe account you want to connect from the list displayed.

* Confirm your selection to complete the installation.

<img className="block" src="https://mintcdn.com/chatnode-55/m4qeOaAcyUEkTzCq/images/install-stripe-2.webp?fit=max&auto=format&n=m4qeOaAcyUEkTzCq&q=85&s=bde9b03956b0420278d1420c04e20da2" alt="Install Stripe 2" width="1144" height="672" data-path="images/install-stripe-2.webp" />

## Step 6: Confirm the Connection

* Once installed, you’ll be automatically redirected back to the integrations page.

* The Stripe app should now appear as **connected**.

You have now successfully connected the Stripe app. You may proceed with configuring your workflows.

### **Using Stripe with AI Actions**

Once connected, you can enhance your chatbot by enabling AI-powered Stripe Actions. These actions allow your bot to interact directly with your Stripe account and provide real-time billing support to your customers.

Here are the 3 available Stripe AI Actions:

**1. Get Invoices**

* Retrieve and display invoices from your Stripe account.

* Can be filtered by status: **draft**, **open**, **paid**, etc.

* **Example:** A user asks: “Can you show me my last paid invoice?” → Your bot fetches and displays it.

**2. Get Subscriptions**

* Retrieve and display customer subscriptions.

* Useful for showing **active**, **canceled**, or **past** subscriptions.

* **Example:** A customer asks “What subscriptions do I currently have with you?” → Your bot lists all active subscriptions.

**3. Update Billing Address**

* Update customer billing details (address, postal code, etc.) directly in Stripe.

* Example: A customer says “I moved to a new address, please update my billing details.” → Your bot updates their Stripe profile.
