Search by

coreshop / payum-stripe-checkout-bundle

This package is abandoned and no longer maintained. The author suggests using the coreshop/payum-stripe-bundle package instead.

CoreShop - Stripe Checkout and Stripe.js payment gateways

Maintainers

Package info

github.com/coreshop/PayumStripeBundle

Homepage

Type:pimcore-bundle

pkg:composer/coreshop/payum-stripe-checkout-bundle

Transparency log

Statistics

Installs: 4 393

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

2.2.0 2025-03-11 12:22 UTC

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