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
      Install checkout connector
      Install composable commerce connector
    Adobe Commerce
    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 Connectors

Stripe Connector for Commercetools Connect

Learn how to enable Stripe payments through Commercetools Connect.

Copy page

You can integrate payments with the Commercetools Connect integration framework. Because of the composability of Commercetools, you can choose between two integration paths to address your specific needs and technical requirements. These paths are also SAQ-A eligible for PCI compliance.

Use Commercetools Checkout

The Commercetools pre-built checkout supports the Stripe Payment Element natively. You can access this integration through the Stripe Payment for Checkout.

Commercetools Checkout

Build a custom checkout

If you want to build a custom checkout for Commercetools, you can use the Stripe Payment for Composable Commerce to maintain communication between both systems. The connector translates webhook events between both systems, and supports integration with the Payment Element and Express Checkout.

Custom checkout composable commerce

Manage payment methods

You can enable or disable payment methods from your payment methods settings in the Stripe Dashboard. This applies to both the Express Checkout Element and the Payment Element.

To customize the look and feel of these Elements from the Stripe Payment Connector configuration, add code similar to the following:

{ "theme":"stripe","variables": { "colorPrimary":"#0570DE", "colorBackground":"#FFFFFF", "colorText":"#30313D", "colorDanger":"#DF1B41", "fontFamily":"Ideal Sans, system-ui,sansserif"," spacingUnit":"2px", "borderRadius":"4px" } }

See also

  • Install and configure the Stripe Payment Connector for Commercetools Checkout
  • Install and configure the Stripe Payment Composable Connector
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