Accéder directement au contenu
Créez un compte
ou
connecter-vous
Logo de la documentation Stripe
/
Demander à l'assistant IA
Créez un compte
Connectez-vous
Démarrer
Paiements
Revenus
Plateformes et places de marché
Gestion de fonds
Ressources pour les développeurs

Remarque

Cette page n'est pas encore disponible dans cette langue. Nous faisons tout notre possible pour proposer notre documentation dans davantage de langues et nous vous fournirons la version traduite dès qu'elle sera disponible.

How the App for Salesforce Order Management works

Learn about the key components of the Stripe app 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 App in the subscribing org and Stripe Payment Gateway.

Next steps

  • Installation Guide
  • Operations and Maintenance
  • Testing
Cette page vous a-t-elle été utile ?
OuiNon
Besoin d'aide ? Contactez le service Support.
Rejoignez notre programme d'accès anticipé.
Consultez notre log des modifications.
Des questions ? Contactez l'équipe commerciale.
LLM ? Lire llms.txt.
Propulsé par Markdoc