Stripe Integration
The Stripe Integration in BuildShip empowers users to easily interact with their Stripe accounts, leveraging Stripe APIs to perform a diverse range of operations, all without writing code.
Getting Started ✅
 Stripe events saved to postgreSQL database
Stripe events saved to postgreSQL database Generate Custom Stripe Reports
Generate Custom Stripe Reports Build a Stripe Checkout / Post Payment Workflow - with no code
Build a Stripe Checkout / Post Payment Workflow - with no codeStripe Trigger
The Stripe Trigger establishes a connection with your Stripe account, triggering workflows in response to specific webhook events. This functionality allows real-time updates based on various activities within your Stripe Account.
 
To enable the Stripe Trigger, users need to input the following information:
Stripe Secret Key
The Stripe Secret Key is a unique identifier that allows BuildShip to connect to your Stripe account. To find your Stripe Secret Key, navigate to the Stripe Dashboard (opens in a new tab) and copy the Secret Key.
Learn more about Stripe Secret Keys here (opens in a new tab).
Stripe Events
Select from a list of specific events or leave it empty to encompass all events. Some available events include
charge.captured, customer.subscription.updated, and more shown below.

Stripe Nodes
 
Within the BuildShip node library under the Stripe Integration, users have access to specialized nodes designed for specific Stripe functionalities:
| Nodes | Purpose | 
|---|---|
| Create Stripe Checkout Session | Generates a Stripe checkout session URL, allowing seamless redirection for payment processing | 
| Fetch Stripe Customer | Retrieves comprehensive customer data from the Stripe database, facilitating detailed user analysis and management | 
| Get Stripe Event Metadata | Fetches metadata linked to a Stripe event, providing structured information like customer ID, subscription ID, and more. | 
| Create Stripe Customer | Instantiates a new customer profile within Stripe, enabling the creation of user accounts or profiles | 
| Checkout Session: Line Items | Retrieves detailed line items from a specific Stripe checkout session, providing insights into purchased items or services | 
| Checkout Session: Customer Details | Gathers detailed customer information from a Stripe checkout session, aiding in personalized service delivery and user insights |