Stripe Connector for Salesforce Platform
Video enablement
Dive into our series of informative videos to learn more about how to integrate Stripe with Salesforce.
Usage examples
Check out our GitHub repository to see the example code for frequently requested integrations.
- Sync objects: Learn how to sync various objects.
- Create payment pages: Quickly set up payment pages.
- Generate invoices from opportunities: Transform opportunities into Stripe invoices.
Code examples
Stripe for Salesforce Platform has two primary ways to call Stripe from Salesforce. The first is to use invocations of classes directly, and the other is to use an agnostic method. The agnostic method mimics making a raw API call while leveraging the integrations built in authentication.