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
Overview
Versioning
Changelog
Upgrade your API version
Upgrade your SDK version
Developer tools
SDKs
API
Testing
Workbench
Event Destinations
Workflows
Stripe CLI
Stripe Shell
Developers Dashboard
Agent toolkit
Stripe health alertsBuild with LLMsStripe for Visual Studio CodeFile uploads
Security
Security
Extend Stripe
Stripe Apps
Stripe Connectors
    Overview
    Integrate a connector
    Commercetools
    Adobe Commerce
    Mirakl
    NetSuite
    Oracle Opera
    Cegid
    PrestaShop
    Salesforce
      Stripe Connector for Salesforce Platform
      Stripe Billing for Salesforce CPQ
      Salesforce B2C Commerce
        Component overview
        Implementation guide
        Operations and maintenance
        User guide
        Testing
    SAP
    Shopware 6
    Stripe Tax for WooCommerce
    Stripe Tax for BigCommerce
    Partner connectors
    Build your own connector
Partners
Partner ecosystem
Partner certification
HomeDeveloper toolsStripe ConnectorsSalesforceSalesforce B2C Commerce

Stripe LINK Cartridge Operations and Maintenance

Learn how to operate and maintain the Stripe LINK cartridge.

Copy page

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

  • Cartridge 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