Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Developer tools
Get started
Payments
Finance automation
Get started
Payments
Finance automation
Platforms and marketplaces
Money management

How the Connector for Salesforce Order Management works

Learn about the key components of the Stripe Connector for Salesforce Order Management.

The managed package contains the following key components needed for a configuration. After installation you can verify this setup by running the queries either through the developer console or SOQL Builder in VS Code.

  1. StripeAPI the named credential.

    Execute the following query using the developer console or SOQL Builder in VSCode:

    SELECT Id, DeveloperName, Endpoint FROM NamedCredential WHERE DeveloperName = 'StripeAPI'
  2. Use the required Apex classes configured as the bridge between the Payments Platform in Salesforce and the Stripe Payment Gateway: StripeAdapter, StripeAsyncAdapter. These Apex classes for the synchronous and asynchronous adaptors respectively are for processing payments between Salesforce Order Management and Stripe.

    Execute the following query using the developer console or SOQL Builder in VS Code:

    SELECT Id, Name, NamespacePrefix FROM ApexClass WHERE Name IN ('StripeAdapter','StripeAsyncAdapter')
  3. Apply any required protected custom settings to store authentication secrets for the transactional calls to the Stripe Payment Gateway.

  4. Use an invocable Apex method (getAccesToken) to obtain the OAuth token for integration purposes.

  5. Use Lightning Pages required to authorize the Salesforce Connector in the subscribing org and Stripe Payment Gateway.

Next steps

  • Installation Guide
  • Operations and Maintenance
  • Testing
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc