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
Map events from Stripe to Salesforce.
Configure webhook events with a point and click configuration
Stripe objects and methods natively available in Salesforce
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
Use Salesforce Flow to create no-code integrations and business workflows.
Build payments and business flows with Stripe and Salesforce