Stripe app for Salesforce Platform
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.
Salesforce Apex
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.