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.
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.New Custom Webhook Events
Emit new event on each webhook event
Write Off Invoice
Mark an invoice as uncollectible. [See the docs](https://stripe.com/docs/api/invoices/markuncollectible) for more information
Update a Payout
Update the metadata on a payout. [See the docs](https://stripe.com/docs/api/payouts/update) for more information
Void Invoice
Void an invoice. [See the docs](https://stripe.com/docs/api/invoices/void) for more information
Update a Refund
Update the metadata on a refund. [See the docs](https://stripe.com/docs/api/refunds/update) for more information
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
Update Invoice
Update an invoice. [See the docs](https://stripe.com/docs/api/invoices/update) for more information
Update a Customer
Update a customer. [See the docs](https://stripe.com/docs/api/customers/update) for more information
Update Invoice Line Item
Update an invoice line item. [See the docs](https://stripe.com/docs/api/invoiceitems/update) for more information
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
Retrieve a Refund
Retrieves the details of an existing refund. [See the docs](https://stripe.com/docs/api/refunds/retrieve) for more information
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
Retrieve a Price
Retrieves the details of an existing product price. [See the docs](https://stripe.com/docs/api/prices/retrieve) for more information
Retrieve Product
Retrieve a product by ID. [See the docs](https://stripe.com/docs/api/products/retrieve)
Retrieve a Payout
Retrieves the details of an existing payout. [See the docs](https://stripe.com/docs/api/payouts/retrieve) for more information
Retrieve an Invoice
Retrieves the details of an existing invoice. [See the docs](https://stripe.com/docs/api/invoices/retrieve) for more information
Retrieve a Customer
Retrieves the details of an existing customer. [See the docs](https://stripe.com/docs/api/customers/retrieve) for more information
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
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)
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
List Refunds
Find or list refunds. [See the docs](https://stripe.com/docs/api/refunds/list) for more information
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
List Customers
Find or list customers. [See the docs](https://stripe.com/docs/api/customers/list) for more information
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
List Invoices
Find or list invoices. [See the docs](https://stripe.com/docs/api/invoices/list) for more information
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
Finalize Draft Invoice
Finalize a draft invoice. [See the docs](https://stripe.com/docs/api/invoices/finalize) for more information
List Payouts
Find or list payouts. [See the docs](https://stripe.com/docs/api/payouts/list) for more information
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
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
Delete a Customer
Delete a customer. [See the docs](https://stripe.com/docs/api/customers/delete) for more information
Delete Invoice Line Item
Delete a line item from an invoice. [See the docs](https://stripe.com/docs/api/invoiceitems/delete) for more information
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
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
Create Invoice Line Item
Add a line item to an invoice. [See the docs](https://stripe.com/docs/api/invoiceitems/create) for more information
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
Create Invoice
Create an invoice. [See the docs](https://stripe.com/docs/api/invoices/create) for more information
Create a Customer
Create a customer. [See the docs](https://stripe.com/docs/api/customers/create) for more information
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
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
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
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
New Subscription
Emit new event for each new subscription
Subscription Updated
Emit new event on a new subscription is updated
New Invoice
Emit new event for each new invoice
New Payment
Emit new event for each new payment
New Failed Invoice Payment
Emit new event for each new failed invoice payment
New Dispute
Emit new event for each new dispute
New Failed Payment
Emit new event for each new failed payment
New Customer
Emit new event for each new customer
New Abandoned Cart
Emit new event when a customer abandons their cart.
Canceled Subscription
Emit new event for each new canceled subscription
Create Subscription
Create a subscription. [See docs here](https://stripe.com/docs/api/subscriptions/create)
Create Product
Creates a new product object in Stripe. [See the documentation](https://stripe.com/docs/api/products/create)
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.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.
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.
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.
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.
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.
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.
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.
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.
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.