Stripe API

Stripe API - Action

Using Stripe API endpoints to perform various actions within your application is now simpler than ever. Follow these steps to integrate Stripe API actions seamlessly.

Accessing Stripe API Actions

Navigate to the Flow Builder, select an action node, and choose:

Action Node -> Integration -> Stripe API

Available Actions

Search Customers

You can search for customers by inserting a query. To find out the query, visit the Stripe Search Query Language. Optionally, you can also search by ID and name.

List Customers

Retrieve a list of customers or find a specific customer by their email.

Create a Customer

To create a customer, provide details such as email, name, and phone number.

Get Customer Info

Fetch user information using their user ID.

Update a Customer

Update customer details by providing the customer ID and the new information.

Delete a Customer

Remove a customer from your records using their customer ID.

Create a Customer Portal Session

A portal session describes the instantiation of the customer portal for a particular customer. By visiting the session’s URL, the customer can manage their subscriptions and billing details. Sessions are short-lived and will expire if the customer does not visit the URL.

  • Return_url: The default URL to redirect customers to when they click on the portal’s link to return to your website.

  • After creating the session, you will receive a short-lived URL that gives customers access to the customer portal.

Â