# Stripe app for Salesforce Platform configure events guide Stripe for Salesforce Platform allows for the automatic creation of webhooks inside of Stripe, and configures a listener for the Salesforce organization. These webhooks become records that are captured as [events](https://docs.stripe.com/api/events.md)for the [Customer object](https://docs.stripe.com/api/customers.md). Here is a quick example: 1. To configure **Stripe Events**, launch the Stripe app for Salesforce App wizard, go to **App Launcher > Stripe Universal Connector for Salesforce** ![](https://b.stripecdn.com/docs-statics-srv/assets/sfPlatform_app_launcher.1e09ddf1553eadb08eb896da3b1131cb.png) 1. Select the **Stripe Account** to configure events on. ![](https://b.stripecdn.com/docs-statics-srv/assets/sfplatform_account_view.bf71b3fb72aab61fd62ee2015cb4a1a4.png) 1. Click **All Webhook Events**. ![](https://b.stripecdn.com/docs-statics-srv/assets/sfplatform_all_wh_events.af8e57b7d6ff338154bee66a5ba42a04.png) 1. Select the Stripe Object to enable events for by clicking on the **Stripe Object** dropdown. 1. Toggle the Events to listen for, and click **Save**. 1. Login to the **Stripe Dashboard** for the account the events were enabled for. 1. In the **Stripe Dashboard** Navigate to **Developers > Webhooks**. This will show newly created **Hosted Endpoint**. ![](https://b.stripecdn.com/docs-statics-srv/assets/SFU_EventInStripe.4036ead39f5bd8e466c5f948b029d382.png) ## Use Stripe Event DLM operations Capture real-time Stripe Events through Webhooks and store them in the custom object “Stripe Events” within Salesforce. Utilize standard Data Lifecycle Management (DLM) triggers to automate interactions between Stripe and Salesforce, leveraging record trigger flows and APEX triggers. ### Create a Salesforce flow trigger To create a **record trigger** Salesforce flow for the **Stripe Events**, complete the following steps: 1. In Salesforce From Setup, in the Quick Find box, enter Flow, and then select Flows. 1. Click **New Flow**. 1. Click **Record-Triggered Flow**, and then click Create. ![](https://b.stripecdn.com/docs-statics-srv/assets/SFU_FlowCreate.bf147bde921adf3fba9aee0ef4a79e17.png) 1. For **Select Object** select **Stripe Event**(stripeGC__Stripe_Event__c). ![](https://b.stripecdn.com/docs-statics-srv/assets/SFU_FlowObjectSelect.62f89fc8bb2f36aa43acf2481eafa2b2.png) 1. Under **Set Entry Conditions** use stripeGC__Event_Name__c to define what event from Stripe this Salesforce Flow is for. Stripe Event Name **customer.created** is used for this example. ![](https://b.stripecdn.com/docs-statics-srv/assets/SFU_FlowEntryConditions.39141458e11af42d957cddfd91a0596c.png) 1. Click **Done**. The **Stripe app for Salesforce Platform** has **cast to** flow actions. These actions are part of the package in Salesforce. ## Stripe Events Object and Location This Salesforce package comes with a Stripe Events custom object to capture Stripe webhooks. The Stripe Events object tab is found by navigating to **App Launcher > Stripe for Salesforce Platform Lightning app**. **Example Stripe Event Object** ![](https://b.stripecdn.com/docs-statics-srv/assets/SFU_EventObject.614ec28e8eac72bc7b63979d8678b06c.png) ## See also - [Training](https://docs.stripe.com/use-stripe-apps/stripe-app-for-salesforce/training.md) - [Installation guide](https://docs.stripe.com/use-stripe-apps/stripe-app-for-salesforce/installation-guide.md)