Upgrade your SAP Commerce Cloud integration to Flow
Last updated: July 1, 2026
Follow this guide to upgrade your SAP Commerce Cloud plugin to Flow.
- Ensure that your Commerce Cloud instance is at least version 2211.
- Ensure that your required alternative payment methods (APMs) are:
- Supported by Flow
- Selected under Enabled Payment Methods in the Dashboard
- Have the following Checkout.com API credentials ready:
- Public key
- Secret key
- Signature key
To upgrade your SAP Commerce Cloud integration:
- Install the updated connector.
- Enable Flow.
- Download the latest Checkout.com SAP Commerce Cloud Connector.
This package contains the installer recipes and connector extensions. - Unzip the connector
.zipfile. - Copy the extracted folders to the
HYBRIS_ROOTof your SAP Commerce Cloud installation. - Remove the SAP Commerce fulfillment extension
yacceleratorfulfilmentprocessfromlocalextensions.xml, because the connector handles the fulfillment using thecheckoutfulfilmentprocessextension. - Run the
ant cleancommand from your SAP Commerce Cloudbin/platformdirectory. - Edit your
localextensions.xmland add the following:
The extensions do not rely on any absolute paths, so you can place them in a different location, such as1<path autoload="true" dir="${HYBRIS_BIN_DIR}/modules/checkoutcom" />${HYBRIS_BIN_DIR}/custom. - Run the following command to install the add-ons to
yacceleratorstorefront. Replaceyacceleratorstorefrontwith your custom storefront.1ant addoninstall -Daddonnames="checkoutaddon" -DaddonStorefront.yacceleratorstorefront="yacceleratorstorefront"
In your SAP Commerce Cloud Administration Cockpit:
- In the left-side navigation menu, select Base Commerce > Base Store, and in the Websites section, select the storefront that you want to enable Flow for.
- In the pop-up window, open the Checkout.com tab.
- Scroll down and select true in Enable Flow.
- Select Save.