Stripe API
Using Stripe API endpoints to perform various actions within your application is now simpler than ever. Follow these steps to integrate the Stripe API actions seamlessly.
Accessing the Stripe API Actions
Navigate to the Flow Builder, select an Action Block, and choose:
Action Block -> Integration -> Stripe API

Available Actions
Search Customers
You can search for customers by providing a query. To find out how to write the query, see 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
Get the user information using the user ID.

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

Delete a Customer
Remove a customer from your records using the customer ID.

Create a Customer Portal Session
A portal session is an instance of the customer portal created for a specific customer. By visiting the URL generated for the session, the customer can manage their subscriptions and billing information. These sessions are short-lived and expire if they are not visited in time.
- Return_url: The default URL the customer is redirected to when they click the portal link to return to your website.
- After creating the session, you will receive a short-lived URL that gives the customer access to the customer portal.


