Stripe integrations

Stripe is a technology company that provides payment processing software and application programming interfaces for e-commerce websites and mobile applications. It enables businesses to accept payments online, manage subscriptions, and handle recurring billing, offering a secure and seamless payment experience for customers.

icon

Automate your Stripe workflow with premade actions

Quickly integrate Stripe with thousands of apps for automated workflows using our no-code toolkit or AI copilot for custom actions.
icon

New Custom Webhook Events

Emit new event on each webhook event

icon

Write Off Invoice

Mark an invoice as uncollectible. [See the docs](https://stripe.com/docs/api/invoices/markuncollectible) for more information

icon

Update a Payout

Update the metadata on a payout. [See the docs](https://stripe.com/docs/api/payouts/update) for more information

icon

Void Invoice

Void an invoice. [See the docs](https://stripe.com/docs/api/invoices/void) for more information

icon

Update a Refund

Update the metadata on a refund. [See the docs](https://stripe.com/docs/api/refunds/update) for more information

icon

Update a Payment Intent

Update a [payment intent](https://stripe.com/docs/payments/payment-intents). [See the docs](https://stripe.com/docs/api/paymentintents/update) for more information

icon

Update Invoice

Update an invoice. [See the docs](https://stripe.com/docs/api/invoices/update) for more information

icon

Update a Customer

Update a customer. [See the docs](https://stripe.com/docs/api/customers/update) for more information

icon

Update Invoice Line Item

Update an invoice line item. [See the docs](https://stripe.com/docs/api/invoiceitems/update) for more information

icon

Send Invoice

Manually send an invoice to your customer out of the normal schedule for payment (note that no emails are actually sent in test mode). [See the docs](https://stripe.com/docs/api/invoices/send) for more information

icon

Retrieve a Refund

Retrieves the details of an existing refund. [See the docs](https://stripe.com/docs/api/refunds/retrieve) for more information

icon

Retrieve a Payment Intent

Retrieves the details of a [payment intent](https://stripe.com/docs/payments/payment-intents) that was previously created. [See the docs](https://stripe.com/docs/api/paymentintents/retrieve) for more information

icon

Retrieve a Price

Retrieves the details of an existing product price. [See the docs](https://stripe.com/docs/api/prices/retrieve) for more information

icon

Retrieve Product

Retrieve a product by ID. [See the docs](https://stripe.com/docs/api/products/retrieve)

icon

Retrieve a Payout

Retrieves the details of an existing payout. [See the docs](https://stripe.com/docs/api/payouts/retrieve) for more information

icon

Retrieve an Invoice

Retrieves the details of an existing invoice. [See the docs](https://stripe.com/docs/api/invoices/retrieve) for more information

icon

Retrieve a Customer

Retrieves the details of an existing customer. [See the docs](https://stripe.com/docs/api/customers/retrieve) for more information

icon

Retrieve Invoice Line Item

Retrieve a single line item on an invoice. [See the docs](https://stripe.com/docs/api/invoiceitems/retrieve) for more information

icon

Retrieve Checkout Session Line Items

Given a checkout session ID, retrieve the line items. [See the docs](https://stripe.com/docs/api/checkout/sessions/lineitems)

icon

Retrieve a Checkout Session

A Checkout Session represents your customer's session as they pay for one-time purchases or subscriptions through Stripe Checkout. [See the docs](https://stripe.com/docs/api/checkout/sessions/retrieve) for more information

icon

List Refunds

Find or list refunds. [See the docs](https://stripe.com/docs/api/refunds/list) for more information

icon

Retrieve the Current Balance

Retrieves the current account balance, based on the authentication that was used to make the request. [See the docs](https://stripe.com/docs/api/balance/balanceretrieve) for more information

icon

List Customers

Find or list customers. [See the docs](https://stripe.com/docs/api/customers/list) for more information

icon

List Balance History

Returns the last 100 transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first. [See the docs](https://stripe.com/docs/api/balancetransactions/list) for more information

icon

List Invoices

Find or list invoices. [See the docs](https://stripe.com/docs/api/invoices/list) for more information

icon

List Payment Intents

Retrieves a list of [payment intent](https://stripe.com/docs/payments/payment-intents) that were previously created. [See the docs](https://stripe.com/docs/api/paymentintents/list) for more information

icon

Finalize Draft Invoice

Finalize a draft invoice. [See the docs](https://stripe.com/docs/api/invoices/finalize) for more information

icon

List Payouts

Find or list payouts. [See the docs](https://stripe.com/docs/api/payouts/list) for more information

icon

Delete Or Void Invoice

Delete a draft invoice, or void a non-draft or subscription invoice. [See the docs](https://stripe.com/docs/api/invoiceitems/delete) for more information

icon

Create a Usage Record

With metered billing, you charge your customers based on their consumption of your service during the billing cycle, instead of explicitly setting quantities. Use this action to create a usage record for metered billing. [See the docs](https://stripe.com/docs/api/usagerecords/create) for more information

icon

Delete a Customer

Delete a customer. [See the docs](https://stripe.com/docs/api/customers/delete) for more information

icon

Delete Invoice Line Item

Delete a line item from an invoice. [See the docs](https://stripe.com/docs/api/invoiceitems/delete) for more information

icon

Create a Payout

Send funds to your own bank account. Your Stripe balance must be able to cover the payout amount, or you'll receive an 'Insufficient Funds' error. [See the docs](https://stripe.com/docs/api/payouts/create) for more information

icon

Create a Refund

Creating a new refund will refund a charge that has previously been created but not yet refunded. Funds will be refunded to the credit or debit card that was originally charged. You can optionally refund only part of a charge. You can do so multiple times, until the entire charge has been refunded. Once entirely refunded, a charge can't be refunded again. [See the docs](https://stripe.com/docs/api/refunds/create) for more information

icon

Create Invoice Line Item

Add a line item to an invoice. [See the docs](https://stripe.com/docs/api/invoiceitems/create) for more information

icon

Create a Payment Intent

Create a [payment intent](https://stripe.com/docs/payments/payment-intents). [Seethe docs](https://stripe.com/docs/api/paymentintents/create) for more information

icon

Create Invoice

Create an invoice. [See the docs](https://stripe.com/docs/api/invoices/create) for more information

icon

Create a Customer

Create a customer. [See the docs](https://stripe.com/docs/api/customers/create) for more information

icon

Confirm a Payment Intent

Confirm that your customer intends to pay with current or provided payment method. Upon confirmation, Stripe will attempt to initiate a payment. [See the docs](https://stripe.com/docs/api/paymentintents/confirm) for more information

icon

Cancel Or Reverse a Payout

Cancel or reverse a [payout](https://stripe.com/docs/payouts). A payout can be canceled only if it has not yet been paid out. A payout can be reversed only if it has already been paid out. Funds will be refunded to your available balance. [See the docs](https://stripe.com/docs/api/payouts/cancel) for more information

icon

Capture a Payment Intent

Capture the funds of an existing uncaptured payment intent. [See the docs](https://stripe.com/docs/api/paymentintents/capture) for more information

icon

Cancel a Payment Intent

Cancel a [payment intent](https://stripe.com/docs/payments/payment-intents). Once canceled, no additional charges will be made by the payment intent and any operations on the payment intent will fail with an error. For payment intents with status=requirescapture, the remaining amountcapturable will automatically be refunded. [See the docs](https://stripe.com/docs/api/paymentintents/cancel) for more information

icon

New Subscription

Emit new event for each new subscription

icon

Subscription Updated

Emit new event on a new subscription is updated

icon

New Invoice

Emit new event for each new invoice

icon

New Payment

Emit new event for each new payment

icon

New Failed Invoice Payment

Emit new event for each new failed invoice payment

icon

New Dispute

Emit new event for each new dispute

icon

New Failed Payment

Emit new event for each new failed payment

icon

New Customer

Emit new event for each new customer

icon

New Abandoned Cart

Emit new event when a customer abandons their cart.

icon

Canceled Subscription

Emit new event for each new canceled subscription

icon

Create Subscription

Create a subscription. [See docs here](https://stripe.com/docs/api/subscriptions/create)

icon

Create Product

Creates a new product object in Stripe. [See the documentation](https://stripe.com/docs/api/products/create)

icon

Create Price

Creates a new price for an existing product. The price can be recurring or one-time. [See the documentation](https://stripe.com/docs/api/prices/create)

Connect any app with Stripe

With our workflow automation, you can now integrate with any application.
icon

Moxie

Moxie is a customer engagement platform that enables businesses to interact with customers across various digital channels. It offers tools for live chat, email management, knowledge base creation, and analytics, empowering businesses to provide personalized and efficient customer support. Moxie helps businesses build meaningful customer relationships, drive engagement, and deliver exceptional customer experiences.

icon

Nordigen

Nordigen is a banking data platform that offers APIs for accessing and analyzing bank transaction data. It enables businesses and developers to retrieve transaction information, categorize expenses, perform credit scoring, and gain insights into financial behaviors. Nordigen provides secure and compliant access to banking data, empowering businesses to build innovative financial products and services.

icon

Nexweave

Nexweave is a personalized video marketing platform that enables businesses to create and deliver personalized video content at scale. It offers tools for video creation, customization, and distribution, allowing businesses to engage their audience with personalized video messages, enhance customer experiences, and drive higher levels of engagement and conversion.

icon

Northflank

Northflank is a cloud-native DevOps platform that provides tools for building, deploying, and managing applications and infrastructure. It offers features such as container orchestration, continuous integration and delivery, and monitoring, enabling developers to streamline their development and deployment processes. Northflank empowers teams to build and scale modern applications with ease and efficiency.

icon

Noticeable

Noticeable is a platform for product changelogs and release notes. It enables businesses to keep their customers informed about product updates, new features, and bug fixes through customizable and branded changelogs. Noticeable helps businesses improve transparency, communication, and customer satisfaction by providing a centralized platform for sharing product changes.

icon

Nifty

Nifty is a project management and collaboration platform that offers features for task management, team communication, and project planning. It provides tools for creating project timelines, assigning tasks, tracking progress, and managing team workloads. Nifty integrates with popular productivity apps and helps teams streamline their project management processes.

icon

Microsoft OneNote

Microsoft OneNote is a digital note-taking application that allows users to capture, organize, and share notes and information across devices. It offers features for creating notebooks, capturing ideas, recording audio, and collaborating with others, providing a versatile platform for digital note-taking and information management.

icon

Omnivore

Omnivore is a restaurant management platform that offers tools for online ordering, delivery management, and customer engagement. It enables restaurants to create digital menus, process online orders, manage delivery logistics, and analyze customer data. Omnivore helps restaurants adapt to the digital landscape and enhance their online presence and customer experience.

icon

Notion

Notion is an all-in-one workspace and collaboration platform that offers tools for note-taking, project management, and team collaboration. It provides features for creating custom databases, organizing tasks, and sharing information within teams. Notion enables teams to centralize their work, streamline collaboration, and manage projects effectively in one unified platform.

Discover the benefits of automation for your business.