coreshop / payum-stripe-checkout-bundle
CoreShop - Stripe Checkout and Stripe.js payment gateways
Package info
github.com/coreshop/PayumStripeBundle
Type:pimcore-bundle
pkg:composer/coreshop/payum-stripe-checkout-bundle
Requires
- php: >=8.0
- coreshop/core-shop: ^3.0 || ^4.0
- flux-se/payum-stripe: ^2.0
Requires (Dev)
- symfony/http-client: ^6.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-04 19:16:46 UTC
README
Stripe Checkout (stripe_checkout) and Stripe.js (stripe_js) payment gateways for CoreShop, built on
FLUX-SE/PayumStripe.
| Branch | CoreShop | Pimcore | PHP |
|---|---|---|---|
2026.x |
2026.x | 2026 | 8.4, 8.5 |
3.x |
5.1 | 12 | 8.3, 8.4 |
2.x |
3 / 4 | 10 / 11 | 8.0+ |
This bundle is licensed under the CoreShop Commercial License and requires a CoreShop enterprise subscription.
coreshop/enterprise-subscription-bundle is installed automatically; configure CORESHOP_ENTERPRISE_TOKEN
as described in its README.
Installation
composer require coreshop/payum-stripe-bundle:^2026.1 bin/console pimcore:bundle:enable StripeBundle
The bundle is delivered through the CoreShop Private Packagist repository (see the enterprise subscription bundle
README for the repositories and auth.json setup).
Configuration
In Pimcore Studio open CoreShop → Payment Providers, add a provider and choose the factory stripe_checkout or
stripe_js. The form asks for
- Publishable key and Secret key of your Stripe account,
- Webhook secret keys, comma separated if you use more than one endpoint.
Register a webhook endpoint in Stripe pointing to your shop's Payum notify URL (/payment/notify/..., see the
Payum documentation) so that asynchronous payment updates reach CoreShop.
Optional settings for the Stripe Checkout line items:
coreshop_payum_stripe_checkout: line_item_image: thumbnail_name: coreshop_productDetail fallback_image: 'https://placehold.it/400x300'
Development
The repository contains a runnable test app (bin/console, docker-compose.yaml). Static checks:
vendor/bin/ecs check src vendor/bin/phpstan vendor/bin/psalm