georgringer/cart-stripe

Shopping Cart(s) for TYPO3 - Stripe Payment Provider

Maintainers

Package info

github.com/georgringer/cart_stripe

Type:typo3-cms-extension

pkg:composer/georgringer/cart-stripe

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 2

dev-main 2026-02-04 19:39 UTC

This package is auto-updated.

Last update: 2026-03-04 19:53:56 UTC


README

This extension provides a stripe payment provider for the cart extension.

This extension is currently more a proof of concept and not ready for production!

Usage

  • Install the extension
  • Provide the stripe API key (best is to set it in ENV variables)
  • Configure shipping handling: Enable "Handle shipping fee as shipping option" to use Stripe shipping options (without VAT). By default (disabled), shipping costs are treated as regular line items (with VAT) to match EXT:cart calculations.
  • Copy the TypoScript of the extension + Adopt the payment per country options

Todo

  • Testing
  • Cancel payment