Skip to content
Sign in
An image of the Stripe logo
/
Create account
Sign in
Home
Payments
Finance automation
Banking as a service
Developer tools
No-code
All products
Home
Payments
Finance automation
Home
Payments
Finance automation
Banking as a service
Developer tools
Overview
Building your integration
Developer tools
SDKs
API
Security
Sample projects
Videos
Stripe Apps
Stripe Connectors
    Overview
    Integrate a connector
    Adobe Commerce
    Magento 1
    Mirakl
    PrestaShop
    Salesforce
      Stripe Connector for Salesforce Platform
      Stripe Billing for Salesforce CPQ
      Salesforce Billing
      Salesforce Order Management
      Salesforce B2C Commerce
        Component Overview
        Implementation Guide
        Operations and Maintenance
        User Guide
        Testing
    Shopware 6
    Partner connectors
    Build your own connector
    Drupal, Joomla, and Wordpress
Partners
HomeDeveloper toolsSalesforceSalesforce B2C Commerce

Stripe LINK Cartridge Operations 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 customizations you made to the module’s original code
  • Porting over any customizations you made to the module’s code after upgrading and resolving any potential conflicts

See also

  • Catridge user guide
  • Testing
Was this page helpful?
Need help? Contact Support.
Watch our developer tutorials.
Check out our product changelog.
Questions? Contact Sales.
Powered by Markdoc
You can unsubscribe at any time. Read our privacy policy.
On this page
Data storage
Availability
Failover and recovery process
Support
Upgrading the LINK cartridge
See also
Stripe Shell
Test mode
Welcome to the Stripe Shell! Stripe Shell is a browser-based shell with the Stripe CLI pre-installed. Log in to your Stripe account and press Control + Backtick (`) on your keyboard to start managing your Stripe resources in test mode. - View supported Stripe commands: - Find webhook events: - Listen for webhook events: - Call Stripe APIs: stripe [api resource] [operation] (e.g., )
The Stripe Shell is best experienced on desktop.
$