Back to Integrations
integrationStripe node
integrationWhatsApp Business Cloud node

Stripe and WhatsApp Business Cloud integration

Save yourself the work of writing custom integrations for Stripe and WhatsApp Business Cloud and use n8n instead. Build adaptable and scalable Finance & Accounting, Sales, Communication, and HITL workflows that work with your technology stack. All within a building experience you will love.

How to connect Stripe and WhatsApp Business Cloud

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Stripe and WhatsApp Business Cloud integration: Create a new workflow and add the first step

Step 2: Add and configure Stripe and WhatsApp Business Cloud nodes

You can find Stripe and WhatsApp Business Cloud in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Stripe and WhatsApp Business Cloud nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Stripe and WhatsApp Business Cloud integration: Add and configure Stripe and WhatsApp Business Cloud nodes

Step 3: Connect Stripe and WhatsApp Business Cloud

A connection establishes a link between Stripe and WhatsApp Business Cloud (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Stripe and WhatsApp Business Cloud integration: Connect Stripe and WhatsApp Business Cloud

Step 4: Customize and extend your Stripe and WhatsApp Business Cloud integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Stripe and WhatsApp Business Cloud with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Stripe and WhatsApp Business Cloud integration: Customize and extend your Stripe and WhatsApp Business Cloud integration

Step 5: Test and activate your Stripe and WhatsApp Business Cloud workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Stripe to WhatsApp Business Cloud or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Stripe and WhatsApp Business Cloud integration: Test and activate your Stripe and WhatsApp Business Cloud workflow

Get notified on Gmail, Telegram and Slack on new Stripe purchase

Get notified when a customer completes a Stripe checkout — including all products they purchased in a single checkout session.

Using the Stripe API can be tricky, especially when you're selling multiple products, order bumps, or recommended add-ons in one checkout. This workflow solves that for you.

How it works

The template listens for successful Stripe checkout events. When a payment is completed, it retrieves all items from the session, including main products, bumps, and extras — and sends a full breakdown straight to your chosen app.

You can receive the notification on:

Telegram**
WhatsApp**
Gmail**
Or any other chat/notification service you prefer (Slack, Outlook etc. )

Who is this template for?

Creators, marketers, and online sellers who:

Use Stripe Checkout
Want to track what customers are buying in real time
Prefer to get notifications instantly instead of digging through Stripe logs

How to set up

Connect your Stripe account and choose where you want to receive notifications.
Adjust the notification text for your preference, and you are done!

Everything else is already configured in the template.

Check out my other templates

👉 https://n8n.io/creators/solomon/

Nodes used in this workflow

Popular Stripe and WhatsApp Business Cloud workflows

Get notified on Gmail, Telegram and Slack on new Stripe purchase

Get notified when a customer completes a Stripe checkout — including all products they purchased in a single checkout session. Using the Stripe API can be tricky, especially when you're selling multiple products, order bumps, or recommended add-ons in one checkout. This workflow solves that for you. How it works The template listens for successful Stripe checkout events. When a payment is completed, it retrieves all items from the session, including main products, bumps, and extras — and sends a full breakdown straight to your chosen app. You can receive the notification on: Telegram** WhatsApp** Gmail** Or any other chat/notification service you prefer (Slack, Outlook etc. ) Who is this template for? Creators, marketers, and online sellers who: Use Stripe Checkout Want to track what customers are buying in real time Prefer to get notifications instantly instead of digging through Stripe logs How to set up Connect your Stripe account and choose where you want to receive notifications. Adjust the notification text for your preference, and you are done! Everything else is already configured in the template. Check out my other templates 👉 https://n8n.io/creators/solomon/

Doctor Appointment Management System with Gemini AI, WhatsApp, Stripe & Google Sheets

WhatsApp AI Assistant for Clinic Appointment Booking Automate your entire appointment lifecycle with an intelligent AI assistant that lives on WhatsApp. This workflow empowers any clinic or independent practitioner to manage bookings, take payments, and send reminders without manual intervention, using Google Sheets as a simple database. This template handles everything from the initial booking conversation to sending the final reminder, allowing you to focus on your patients, not your schedule. Features 🤖 Conversational AI Booking: A Google Gemini-powered agent guides patients through booking, rescheduling, and canceling appointments in a natural, friendly chat. 🗓️ Smart Scheduling: The AI checks for available slots based on your working hours and existing appointments in Google Sheets, preventing double-bookings. 🔔 Automated Reminders: A daily trigger automatically sends WhatsApp reminders to patients for their appointments on that day, reducing no-shows. 💳 Seamless Payments: Integrated with Stripe to handle online payments. The workflow sends a confirmation message upon successful payment. 📊 Centralized Management: Uses a single Google Sheet with separate tabs for Patients, Appointments, and Configuration, making it easy to view and manage all your data. 🔄 Easy Rescheduling & Cancellations: Patients can manage their own bookings through the WhatsApp chat, and all changes are instantly reflected in your Google Sheet. Prerequisites Before you begin, you will need the following accounts and credentials: n8n Account: A running n8n instance (cloud or self-hosted). WhatsApp Business Account: Access to the WhatsApp Cloud API. Google Account: For using Google Sheets and the Google Gemini (AI) API. Stripe Account: To process online payments. n8n Credentials: You must configure credentials in your n8n instance for: WhatsApp Cloud API Google Sheets (OAuth2) Google Gemini API Stripe Setup Instructions Follow these steps carefully to get your automated assistant up and running. Step 1: Set Up Your Google Sheet This workflow relies on a specific Google Sheet structure. Create a new Google Sheet. Rename the sheet to something memorable, like "Clinic Appointments". Create three tabs at the bottom with the exact names: Patients, Appointments, and Config. Set up the columns for each tab as follows (the header names must be an exact match): Patients tab: patient_id, whatsapp_number, name, age, gender Appointments tab: appointment_id, patient_id, whatsapp_number, date, time, payment_method, payment_status, status, stripe_payment_intent Config tab: key, value (Add a row with working_hours as the key and a value like 10:00-18:00) Step 2: Configure the Workflow Nodes Now, you'll link the workflow to your accounts and your new Google Sheet. Update All Google Sheets Nodes: Go through every Google Sheets node in the workflow (e.g., "Get Appointment sheet", "Add Patient", "Google Sheets Trigger") and do the following: Select your Google Sheets credential from the dropdown. In the Document ID field, paste the ID of your Google Sheet. Select the correct sheet (Appointments, Patients, etc.) from the Sheet Name dropdown. Update All WhatsApp Nodes: Go through every WhatsApp node (e.g., "Send message", "WhatsApp Trigger", "Send Payment Confirmation"): Select your WhatsApp credential. Enter your Phone Number ID from your Meta for Developers account. Update AI & Stripe Nodes: In the Google Gemini Chat Model nodes, select your Google Gemini credential. In the Stripe Trigger node, select your Stripe credential. Step 3: Activate the Workflow Click Save to apply your changes. Click the Activate toggle in the top-right corner to turn the workflow on. Your AI appointment assistant is now live! Send a message to your WhatsApp number to begin testing. Customization Change Reminder Time: To change the daily reminder time, open the Schedule Trigger node and adjust the hour from the default of 8 AM. Edit AI Personality: To modify how the AI communicates, edit the system message in the AI Agent node (the one connected to the WhatsApp Trigger). You can change its tone, instructions, or language.

Build your own Stripe and WhatsApp Business Cloud integration

Create custom Stripe and WhatsApp Business Cloud workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Stripe supported actions

Get
Get a balance
Create
Create a charge
Get
Get a charge
Get Many
Get many charges
Update
Update a charge
Create
Create a coupon
Get Many
Get many coupons
Create
Create a customer
Delete
Delete a customer
Get
Get a customer
Get Many
Get many customers
Update
Update a customer
Add
Add a customer card
Get
Get a customer card
Remove
Remove a customer card
Create
Create a meter event
Create
Create a source
Delete
Delete a source
Get
Get a source
Create
Create a token

WhatsApp Business Cloud supported actions

Send
Send and Wait for Response
Send Template
Upload
Download
Delete

FAQs

  • Can Stripe connect with WhatsApp Business Cloud?

  • Can I use Stripe’s API with n8n?

  • Can I use WhatsApp Business Cloud’s API with n8n?

  • Is n8n secure for integrating Stripe and WhatsApp Business Cloud?

  • How to get started with Stripe and WhatsApp Business Cloud integration in n8n.io?

Looking to integrate Stripe and WhatsApp Business Cloud in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Stripe with WhatsApp Business Cloud

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon