Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
Overview
Versioning
Changelog
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Tools
Workbench
Developers Dashboard
Stripe Shell
Stripe for Visual Studio Code
Features
Workflows
Event Destinations
Stripe health alertsFile uploads
AI solutions
Agent toolkit
Security and privacy
Security
Privacy
Extend Stripe
Build Stripe apps
Use apps from Stripe
    Overview
    Stripe-built apps
    Adobe Commerce
    Cegid
    Commercetools
    Mirakl
    NetSuite
    Oracle Opera
    PrestaShop
    Salesforce
      Salesforce B2C Commerce
        Component overview
        Implementation guide
        Operations and maintenance
        Testing
        User guide
      Stripe app for Salesforce Platform
      Salesforce Billing Extension
      Stripe Billing for Salesforce CPQ
    SAP
    Shopware 6
    Stripe Tax for BigCommerce
    Stripe Tax for WooCommerce
    Partner apps
    Build your own app
Partners
Partner ecosystem
Partner certification
HomeDeveloper resourcesUse apps from StripeSalesforceSalesforce B2C Commerce

Stripe app for Salesforce B2C Commerce Cloud operation and maintenance

Learn how to operate and maintain the Stripe LINK cartridge.

Data storage

The Stripe LINK cartridge extends Commerce Cloud to store several data points.

Customer profile: Stripe Customer ID, used to retrieve information about the customer’s record in your Stripe account.

  • stripeCustomerID(string) - Store Stripe Customer ID

Order/basket custom attributes:

  • stripePaymentIntentID(String) - Store PaymentIntent ID
  • stripeIsPaymentIntentInReview(Boolean) - Store PaymentIntent in review

Payment transaction custom attributes:

  • stripeChargeId(string) - Store Charge ID
  • stripeChargeOutcomeData(text) - Store Charge outcome data
  • stripeClientSecret(string) - Store client secret
  • stripeJsonData(text) - Store webhook JSON data
  • stripeOrderNumber(number) - Store order number
  • stripeSourceCanCharge(boolean) - Store if Stripe Source can be charged
  • stripeSourceId(string) - Store Stripe Source ID

Payment transaction custom attributes:

  • stripeChargeId(string) - Store Charge ID
  • stripeCardID(string) - Store card ID
  • stripeCustomerID(string) - Store Customer ID
  • stripeDefaultCard(boolean) - Store Stripe default card
  • stripeClientSecret(string) - Store client secret
  • stripePRUsed(boolean) - Store payment request button used
  • stripeSavePaymentInstrument(boolean) - Store save payment instrument
  • stripeSourceID(string) - Store Stripe Source ID

Custom objects: The custom objects are listed in the Business Manager. Navigate to Merchant Tools > Custom Objects > Custom Objects to see the list of custom objects.

  • StripeWebhookNotifications

Availability

Refer to the Stripe service level agreement to determine specific uptimes for the service. In case the service fails, no failover exists to allow transactions to proceed. Users receive a meaningful error message in this case.

Failover and recovery process

If the Stripe service is unavailable, the user won’t be able to check out. You can track the service availability in SFCC using the Service Status.

Support

If you experience problems or have recommendations for improvements, please contact Stripe Support.

Upgrading the LINK cartridge

Before you upgrade, we recommend:

  • Backing up your files and any other custom dependencies
  • Installing the latest version from LINK Marketplace in your test environment
  • Testing the frontend UI and backend data integration
  • Keeping a copy of any customisations you made to the module’s original code
  • Porting over any customisations you made to the module’s code after upgrading and resolving any potential conflicts

See also

  • Catridge user guide
  • Testing
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access programme.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc