Ir a contenido
Crea una cuenta
o
inicia sesión
Logotipo de la documentación de Stripe
/
Pregúntale a la IA
Crear cuenta
Iniciar sesión
Empezar
Pagos
Ingresos
Plataformas y marketplaces
Gestión del dinero
Recursos para desarrolladores

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
¿Te ha sido útil la página?
SíNo
  • ¿Necesitas ayuda? Ponte en contacto con el equipo de soporte.
  • Únete a nuestro programa de acceso anticipado.
  • Echa un vistazo a nuestro registro de cambios.
  • ¿Tienes alguna pregunta? Ponte en contacto con el equipo de ventas.
  • ¿LLM? Lee llms.txt.
  • Con tecnología de Markdoc