BLACK FRIDAY SALE
Save 10% on Lifetime Plans - Last Chance Use code: BFCM2025 3 days left
⚠️ Lifetime plans will not be available after December 31, 2025
stripe.png
Verified Integration

Automate Stripe with AI-Powered Workflows

Connect Stripe with 365+ apps and build intelligent automations.
Save hours with no-code workflows that work 24/7.

Try free for 14 days
No coding required
5-minute setup
Trusted by 8,106+ WordPress professionals worldwide

Supported Triggers and Actions in Stripe

Workflow is a set of actions. Trigger is an event that starts the workflow, and an action is an event that is executed by workflow to sync data with your app.

  • stripe.png

    New Customer

    Triggers whenever a new customer is created

    Trigger
  • stripe.png

    New Charge

    Triggers whenever a new charge is created and is successful

    Trigger
  • stripe.png

    New Subscription

    Triggers whenever a customer is signed up for a new plan

    Trigger
  • stripe.png

    Subscription Deleted

    Triggers whenever customer's subscription ends

    Trigger
  • stripe.png

    New Invoice

    Triggers whenever a new invoice is created

    Trigger
  • stripe.png

    Invoice Payment Succeeded

    Triggers whenever an invoice payment attempt succeeds

    Trigger
  • stripe.png

    Invoice Item Created

    Triggers whenever an invoice item is created

    Trigger
  • stripe.png

    New Order Created

    Triggers whenever an order is created

    Trigger
  • stripe.png

    New Order Payment Succeeded

    Triggers whenever an order payment attempt succeeds

    Trigger
  • stripe.png

    New Plan Created

    Triggers whenever a plan is created

    Trigger
  • stripe.png

    New Product Created

    Triggers whenever a product is created

    Trigger
  • stripe.png

    Subscription Schedule Canceled

    Triggers whenever a subscription schedule is canceled

    Trigger
  • stripe.png

    Create Customer

    Creates a new Customer.

    Action
  • stripe.png

    Create Payment Method

    Creates a new Payment Method.

    Action
  • stripe.png

    Update Customer

    Updates an existing Customer.

    Action
  • stripe.png

    Find Customer by ID

    Finds an existing Customer by their ID.

    Action
  • stripe.png

    Find Customer by Email

    Finds an existing Customer by their Email.

    Action
  • stripe.png

    Create Subscription

    Creates a new Subscription.

    Action
  • stripe.png

    Find Subscription

    Finds an existing Subscription.

    Action
  • stripe.png

    Cancel Subscription

    Cancels a Subscription.

    Action
  • stripe.png

    Create Product

    Creates a new Product.

    Action
  • stripe.png

    Find Product

    Find a Product on the basis of Product Id.

    Action
  • stripe.png

    Create Payment Link

    Creates a Payment Link.

    Action
  • stripe.png

    Deactivate Payment Link

    Deactivates a Payment Link.

    Action
  • stripe.png

    Create Invoice

    Creates a new Invoice.

    Action
  • stripe.png

    Find Invoice

    Finds an existing Invoice its Stripe ID.

    Action
  • stripe.png

    Create Price

    Creates a new Price for an existing Product.

    Action
  • stripe.png

    Find Price

    Creates a new Price for an existing Product.

    Action
  • stripe.png

    Create Coupon

    Creates a new Coupon.

    Action
  • stripe.png

    Find Coupon

    Finds an existing Coupon by its ID.

    Action

Popular Stripe Workflows

See how teams are using Stripe with FlowMattic to automate their work

Stripe
WordPress
Google Sheets

When a new customer is created in Stripe, create a new user in WordPress, and add user details to Google Spreadsheet

Stripe + WordPress + Google Sheets
Stripe
Pabbly Subscriptions

When a new subscription is created in Stripe, create a new subscription in Pabbly Subscriptions

Stripe + Pabbly Subscriptions
Stripe
WordPress

When a new product is created in Stripe, create a new product in WordPress

Stripe + WordPress
Stripe
WordPress

When a subscription schedule is cancelled in Stripe, update user meta in WordPress

Stripe + WordPress
Stripe
Google Sheets

When invoice payment is succeeded in Stripe, add the details to Google Spreadsheet

Stripe + Google Sheets
Fluent Forms
Stripe

Create a payment link when FluentForm submission received

Fluent Forms + Stripe
FluentCRM
Stripe

Create customer in Stripe when new contact added to FluentCRM

FluentCRM + Stripe
Typeform
Stripe

Create a Subscription in Stripe when TypeForm Survey is completed

Typeform + Stripe

Connect Stripe with 365+ Apps

Build powerful automated workflows by connecting Stripe with your favorite tools and platforms

Showing 25 of 365 integrations
stripe.png

About Stripe

Version 2.0

Stripe is a simple way to accept payments online. Stripe has no setup fees, no monthly fees, and no hidden costs

Stripe Integration Changelog

Track the latest updates, new features, and improvements

v2.0 – 25 Nov. 2025

# New Actions
– Create Customer – Create a new customer in Stripe with complete address and contact information
– Create Payment Method – Create and attach payment methods (cards) to customers
– Update Customer – Update existing customer information including default payment method
– Find Customer by ID – Retrieve customer details by their Stripe customer ID
– Find Customer by Email – Search and retrieve customers by email address
– Create Subscription – Create new subscriptions with flexible billing options
– Find Subscription – Retrieve subscription details by subscription ID
– Cancel Subscription – Cancel active subscriptions
– Create Product – Create new products in Stripe catalog
– Find Product – Retrieve product information by product ID
– Create Price – Create pricing plans for products (one-time or recurring)
– Find Price – Retrieve price information by price ID
– Create Payment Link – Generate shareable payment links with customizable options
– Deactivate Payment Link – Deactivate existing payment links
– Create Invoice – Create draft or finalized invoices for customers
– Find Invoice – Retrieve invoice details by invoice ID
– Create Coupon – Create discount coupons with various configurations
– Find Coupon – Retrieve coupon details by coupon ID

v1.0 – Initial Release

– Stripe webhook integration for event triggers
– Support for common Stripe webhook events:
– New Customer (customer.created)
– New Charge (charge.succeeded)
– New Subscription (customer.subscription.created)
– Subscription Deleted (customer.subscription.deleted)
– New Invoice (invoice.created)
– Invoice Payment Succeeded (invoice.payment_succeeded)
– Invoice Item Created (invoiceitem.created)
– New Order Created (order.created)
– Order Payment Succeeded (order.payment_succeeded)
– New Plan Created (plan.created)
– New Product Created (product.created)
– Subscription Schedule Canceled (subscription_schedule.canceled)
– Basic API key authentication setup
– Webhook URL configuration
– Event data capture and processing