Stripe app for Salesforce Platform
Watch our series of training videos to learn more about how to integrate Stripe with Salesforce.
Usage examples 
Go to our GitHub repository to see the example code for frequently requested integrations.
- Sync objects: Learn how to sync various objects.
- Create payment pages: 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 an API call while using the integrations built in authentication.