Stripe Connector for Salesforce Platform
Access the full Stripe platform from within Salesforce with low and no-code tools.
Build integrations between Salesforce and Stripe with the Stripe for Salesforce Platform. This connector enables you to:
- Seamlessly connect your Stripe account to your Salesforce org.
- Automatically map Stripe events to Salesforce events.
- Expose Stripe methods and objects natively in APEX and JavaScript code in Salesforce.
- Support low-code and no-code integrations using Salesforce Flow.
Event mapping ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Map events from Stripe to Salesforce.
![](https://b.stripecdn.com/docs-statics-srv/assets/salesforce_event_config.9bddcc789f3279db8ffd840826d17fa4.png)
Configure webhook events with a point and click configuration
Stripe objects and methods natively available in Salesforce ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Access Stripe objects and methods directly from Salesforce Apex and JavaScript. Salesforce Developers can gather data returned from any Stripe API call in a structured, repeatable way.
public with sharing class CreateCustomerApp { public static void createCustomer() { List<Customer> customers = Stripe_CreateCustomer_v2020_08_27 } }
Low and no-code integrations ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Use Salesforce Flow to create no-code integrations and business workflows.
![](https://b.stripecdn.com/docs-statics-srv/assets/salesforce_flow_view.3e2bf3ddbbdb290d96e3f62082cb3079.png)
Build payments and business flows with Stripe and Salesforce