Skip to main content
All Collections🔗 Integration with External Services (Apps)Stripe
What You Can Do with Stripe Integration in Yoom

What You Can Do with Stripe Integration in Yoom

As of Feb 7, 2024

Yuki Omori avatar
Written by Yuki Omori
Updated over a week ago

📝 Overview

With Yoom’s Stripe integration, you can easily manage customer info, subscriptions, invoices, and more. You can also track actions on Stripe and retrieve relevant data.


🙌 Example of What You Can Do

  • When a new customer is added on Stripe, log it in another tool.

  • When a payment is made, send a notification to a chat tool.

🙅‍♂️ What You Cannot Do

  • Actions not listed below

🏃‍♀️ List of Actions

Trigger Actions

Triggers

Trigger Condition

When a new customer is created

Triggered at specified intervals

– Retrieves Customer ID, Name, Email, and Creation Date.

When a customer subscribes to a new subscription plan

Triggered immediately

– Retrieves Subscription ID, End Date, Billing Method, Status

When subscription details are updated

Triggered immediately

– Retrieves Subscription ID, Billing Method, Status

When a subscription ends

Triggered immediately

– Retrieves Subscription ID, End Date, Billing Method, Status.

When a new subscription period starts

Triggered immediately

– Retrieves Subscription ID, End Date, Billing Method, Status.

When a deposit is made

Triggered immediately

– Retrieves Deposit ID, Amount, and Balance Transaction ID.

When a new payment is made

Triggered immediately

– Retrieves Payment ID, Amount, Invoice ID, Status.

Integrate with Apps Actions

Actions

Description

Retrieve Customers List

Retrieves a list of all customer information registered in Stripe. This can be used to gather customer names and input them into other tools or workflows.

Retrieve Customer Details

Retrieves detailed information for a specific customer by their customer ID. This includes data such as email address, name, subscription status, etc.

Retrieve Invoice Details

Retrieves detailed information about a specific invoice using the invoice ID. You can get the payment amount, customer name, payment date, status, and URL.

Add New Customer

Allows you to register a new customer in Stripe. You can use the registered customer information in other tools or workflows.

Create Subscription

Creates a new subscription for a specified customer. The customer must be registered in Stripe first.

Cancel Subscription

Cancels a specified subscription for a customer, stopping any future payments related to that subscription.

Create product

Creates a new product in Stripe, which can then be used for creating subscriptions, payments, and more.

Add Price Information to the Product

Adds pricing details to an existing product in Stripe. This includes setting the price for the product and configuring pricing plans.

Create Payment Link

Creates a payment link for a specified product, allowing customers to pay through a direct link to the Stripe checkout page.

Retrieve Subscription Information

Retrieves detailed information about a specific subscription using the subscription ID. This includes the status, billing method, start date, etc.

Retrieve Payment Details

Retrieves detailed information about a specific payment. This includes the associated invoice ID, payment ID, payment amount, status, and more.

Retrieve Balance Transaction Details

Retrieves details about a specific balance transaction in Stripe. This includes the total amount, the amount after fees, and the creation date.

Retrieve Payout List

Retrieves a list of payout transactions from your Stripe account. This can be used to track money moved out of Stripe to your linked bank account.

Retrieve Associated Transactions

Retrieves transactions associated with a specific payout or charge. This helps in reconciling and tracking the full financial flow related to a payout.

Retrieve Charge Details

Retrieves the details of a specific charge. This includes charge amount, payment status, and the customer linked to the charge.

Custom Connect

Allow custom configuration for integration

Search Keywords

Stripe, payment, deposit, subscription, invoice, balance transaction

Did this answer your question?