Stripe app for Salesforce Platform
Automate and integrate directly within Salesforce by accessing the Stripe API through Flow Builder and Apex.
Nota
The Stripe app for Salesforce Platform works best with Salesforce instances on core clouds such as Sales, Revenue, Service, Commerce, and Experience Cloud.
The Stripe app for Salesforce Platform operates as an integration builder within Salesforce. You can use the Salesforce Flow Builder and Salesforce Apex to build your integration.
The Stripe app for Salesforce Platform enables:
- Stripe API access: Use the Stripe API directly within Salesforce using custom Apex classes and flows.
- Customizable workflows: Design tailored subscription management flows using Salesforce Flow Builder.
- Bidirectional data synchronization: Synchronize critical data between Salesforce and Stripe, to ensure consistent information across platforms.
- Opportunity-to-subscription conversion (order to cash): Automate the conversion of Salesforce opportunities into Stripe subscriptions.
- Quote-to-subscription automation: Translate Salesforce quotes into active subscriptions within Stripe Billing, specifically for complex or negotiated deals.
- Subscription management: Manage core subscription lifecycle events (for example, upgrades, downgrades, or cancellations) directly from Salesforce.
- Payment acceptance and management: Handle payment processing and reconciliation within Salesforce using Stripe’s secure payment infrastructure.
Ingest Stripe events
To support real-time integrations, create trigger-based automations, and sync data, configure the appropriate Stripe events from the app configuration within Salesforce.
Map Stripe API Actions to Salesforce Objects using Salesforce Flow Builder
Salesforce Flow Builder lets you integrate with Stripe in the following ways:
- Include Stripe API actions and your own business logic in flows.
- Use Stripe events to trigger flows in Salesforce.
- Access Stripe objects and methods directly from Salesforce Apex and JavaScript.
You can also use AgnosticInvocable
to integrate with any Stripe endpoints that aren’t included in the API extensions pack, or that aren’t available through Stripe API actions.
Extensions
A Salesforce extension is a separate package that enhances the functionality of an existing managed package. It adds features or customizations without altering the original package, enabling a modular approach to development and deployment. The following extensions enhance the Stripe app for Salesforce Platform:
Changelog
You can monitor changes and upgrades to the connector in Github.