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 alertsBuilding with LLMsStripe for Visual Studio CodeFile uploads
Security
Security
Extend Stripe
Stripe Apps
Stripe Connectors
    Overview
    Integrate a connector
    Commercetools
    Adobe Commerce
      Payments and tax connector for Adobe Commerce
        Installation
        Configuration
        Use subscriptions
        Use the admin panel
        Build a custom storefront
        Automate tax collection and reporting
        Version History
        Troubleshooting
      Standalone tax connector for Adobe Commerce
      Cookbooks
    Mirakl
    NetSuite
    Oracle Opera
    Cegid
    PrestaShop
    Salesforce
    SAP
    Shopware 6
    Stripe Tax for WooCommerce
    Stripe Tax for BigCommerce
    Partner connectors
    Build your own connector
Partners
Partner ecosystem
Partner certification
HomeDeveloper toolsStripe ConnectorsAdobe CommercePayments and tax connector for Adobe Commerce

Use the Stripe Connector for Adobe Commerce (Magento 2)

Learn how to install, upgrade, and uninstall the Stripe Connector for Adobe Commerce (Magento 2).

Copy page

Caution

We recommend that you test the module before installing it in your production environment. If you experience an installation issue, see Troubleshooting.

Install the module

  1. Place an order for the module through the Adobe Marketplace.

  2. Open a terminal and run the following command in your Adobe Commerce directory:

    Command Line
    composer require stripe/stripe-payments

At this stage, you might have to submit your username and password. Provide your Adobe Commerce authentication keys. You can accept to save your credentials when prompted by Composer. If you’ve saved your keys and see the error Invalid Credentials, update your keys in ~/.composer/auth.json or delete this file and run the command again.

  1. Set up the module by running the following commands:

    Command Line
    php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento cache:clean
  2. If you run Adobe Commerce in production mode, you must also compile and deploy the module’s static files.

Command Line
php bin/magento setup:di:compile php bin/magento setup:static-content:deploy

Upgrade the module

Before you upgrade:

  • Back up your files and database.
  • Start with your sandbox environment.
  • Keep a copy of any customization you made to the module’s original code.
  • Check out the CHANGELOG.

Patch releases (x.x.Y) are backward compatible and require no extra development on your side after you upgrade. Minor and major releases might add new features or change code in a backwards incompatible way. If you customized the module’s code, you’ll need to port these customizations after upgrading and resolve any potential conflict.

Run the following commands:

Command Line
composer remove stripe/stripe-payments composer require stripe/stripe-payments php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:clean

Uninstall the module

Before you uninstall:

  • Backup your files and database.
  • Keep a copy of any customization you made to the module’s original code in case you need to reinstall it later.

Run the following commands:

Command Line
composer remove stripe/stripe-payments php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:clean

Lifecycle policy

The latest version of the module supports the following versions of Adobe Commerce:

ReleaseSupport
Adobe Commerce 2.0 - 2.3.6No longer supported, the last compatible version is stripe/stripe-payments:2.9.5.
Adobe Commerce 2.3.7 - 2.4.xCurrently supported, see below for our own lifecycle policy.

For stripe/stripe-payments:4.3.* and later, we provide new features, bug fixes, and security patches. Older versions are deprecated. Stripe recommends that you upgrade as soon as you can. All releases are available in the Adobe Marketplace and in the stripe-magento2-releases GitHub repository.

See also

  • Configuring the Stripe Connector for Adobe Commerce
  • Using the Adobe Commerce admin panel
  • Troubleshooting
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc