wallee / shopware-6
Wallee integration for Shopware 6
Installs: 14 593
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 7
Forks: 6
Open Issues: 17
Type:shopware-platform-plugin
Requires
- php: >=8.2
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- shopware/administration: ~6.7.0
- shopware/core: ~6.7.0
- shopware/storefront: ~6.7.0
- wallee/sdk: ^4.0.0
- dev-master
- 7.0.0
- 6.1.14
- 6.1.13
- 6.1.12
- 6.1.11
- 6.1.10
- 6.1.9
- 6.1.8
- 6.1.7
- 6.1.6
- 6.1.5
- 6.1.4
- 6.1.3
- 6.1.1
- 6.1
- 6.0
- 5.0.15
- 5.0.14
- 5.0.13
- 5.0.12
- 5.0.11
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.54
- 4.0.53
- 4.0.52
- 4.0.51
- 4.0.50
- 4.0.49
- 4.0.48
- 4.0.47
- 4.0.46
- 4.0.45
- 4.0.44
- 4.0.43
- 4.0.42
- 4.0.41
- 4.0.40
- 4.0.39
- 4.0.38
- 4.0.37
- 4.0.36
- 4.0.35
- 4.0.34
- 4.0.33
- 4.0.32
- 4.0.31
- 4.0.30
- 4.0.29
- 4.0.28
- 4.0.27
- 4.0.26
- 4.0.25
- 4.0.24
- 4.0.23
- 4.0.22
- 4.0.19
- 4.0.18
- 4.0.17
- 4.0.16
- 4.0.15
- 4.0.14
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.1.0
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.27
- 1.1.26
- 1.1.25
- 1.1.24
- 1.1.23
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-6.x/master
- dev-WAL-79161
This package is auto-updated.
Last update: 2025-06-24 09:48:21 UTC
README
The wallee plugin wraps around the wallee API. This library facilitates your interaction with various services such as transactions. Please note that this plugin is for versions 6.5, 6.6 or 6.7. For the 6.4 plugin please visit our Shopware 6.4 plugin.
Requirements
- Shopware 6.7.x, 6.6.x or 6.5.x. See table below.
- PHP minimum version supported by the each shop version.
Documentation
- For English documentation click here
- Für die deutsche Dokumentation klicken Sie hier
- Pour la documentation Française, cliquez ici
- Per la documentazione in tedesco, clicca qui
Installation
Via Composer (Recommended)
- Navigate to your Shopware root directory.
- Run:
Copy composer require wallee/shopware-6 php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache WalleePayment
Manual Installation
- Download the latest Release
- Extract the ZIP to custom/plugins/WalleePayment.
Copy bin/console plugin:refresh bin/console plugin:install --activate --clearCache WalleePayment
Configuration
API Credentials
- Navigate to Shopware Admin > Settings > Wallee Payment.
- Enter your Space ID, User ID, and API Key (obtained from the wallee Portal).
Payment Methods
Configure supported methods (e.g., credit cards, Apple Pay) via the wallee Portal.
Key Features
iFrame Integration: Embed payment forms directly into your checkout.
Refunds & Captures: Trigger full/partial refunds and captures from Shopware or the wallee Portal.
Multi-Store Support: Manage configurations across multiple stores.
Automatic Updates: Payment methods sync dynamically via the Wallee API.
Compatibiliity
Shopware 6 version | Plugin major version | Supported until |
---|---|---|
Shopware 6.7.x | 7.x | Further notice |
Shopware 6.6.x | 6.x | December 2025 |
Shopware 6.5.x | 5.x | October 2024 |
Troubleshooting
Logs: Check payment logs with:
Copy
tail -f var/log/wallee_payment*.log
Common Issues:
Ensure composer update wallee/shopware-6 is run after updates.
Verify API credentials match your Wallee account.
FAQs
Q: Does this plugin support one-click payments? A: Yes, via tokenization in the Wallee Portal.
Q: How do I handle PCI compliance? A: The plugin uses iFrame integration, reducing PCI requirements to SAQ-A.
Changelog
For version-specific updates, see the GitHub Releases.
Contributing
Report issues via GitHub Issues.
Follow the Shopware Plugin Base Guide for development.
This template combines technical clarity with user-friendly guidance. For advanced customization (e.g., overriding templates or payment handlers), refer to the Shopware Documentation.
License
Please see the license file for more information.