coreshop / payum-saferpay-bundle
CoreShop - Saferpay payment gateway (Payum)
Package info
github.com/coreshop/payum-saferpay-bundle
Type:pimcore-bundle
pkg:composer/coreshop/payum-saferpay-bundle
Requires
- php: ^7.2|^8.0
- coreshop/core-shop: ^2.2|^3.0|^4.0
- karser/payum-saferpay: ^0.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Adds the Saferpay payment gateway to CoreShop through Payum, using the karser/payum-saferpay gateway implementation. Supports the Saferpay Payment Page and the Transaction interface, automatic language selection from the order locale, and refunds through the CoreShop payment workflow.
Version lines
| Branch | CoreShop | Pimcore | PHP | Admin |
|---|---|---|---|---|
3.x |
5.1 | 12 | 8.3 – 8.4 | Classic admin + Studio |
2026.x |
2026.2 | 2026 | 8.4 – 8.5 | Studio |
2.x |
2 – 4 | 10 – 11 | 7.2 – 8.x | Classic admin (frozen) |
Installation
composer req coreshop/payum-saferpay-bundle:^2026.1bin/console pimcore:bundle:enable SaferpayBundle
Setup
In Pimcore Studio go to CoreShop → Payment Providers, add a provider and choose the gateway saferpay. Fill in environment,
username, password, customer ID, terminal ID and the interface (Payment Page or Transaction). The optional
PaymentPage parameters (payment methods, wallets, notification e-mails, styling, config set, payer note) are
available in the "Optional parameters" section. The sandbox flag is derived from the chosen environment.
Refunds: refunding a payment in CoreShop executes a Saferpay refund for the transaction.