georgringer / cart-stripe
Shopping Cart(s) for TYPO3 - Stripe Payment Provider
Package info
github.com/georgringer/cart_stripe
Type:typo3-cms-extension
pkg:composer/georgringer/cart-stripe
Fund package maintenance!
dev-main
2026-02-04 19:39 UTC
Requires
- ext-curl: *
- extcode/cart: ^10||^11
- stripe/stripe-php: ^15
- typo3/cms-core: ^12.4||^13.4
- typo3/cms-extbase: ^12.4||^13.4
- typo3/cms-frontend: ^12.4||^13.4
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