wallee / shopware-6
Wallee integration for Shopware 6
Installs: 14 391
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 7
Forks: 6
Open Issues: 19
Type:shopware-platform-plugin
Requires
- php: >=8.2
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- shopware/administration: ~6.6.0
- shopware/core: ~6.6.0
- shopware/storefront: ~6.6.0
- wallee/sdk: ^4.0.0
- dev-master
- 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-WAL-79161
This package is auto-updated.
Last update: 2025-05-27 09:14:31 UTC
README
Overview
The wallee Payment Plugin integrates modern payment processing into Shopware 6, offering features like iFrame-based payments, refunds, captures, and PCI compliance. It supports seamless integration with the wallee Portal for managing transactions and payment methods.
Requirements
- Shopware Version: 6.5.x or 6.6.x (see compatibility table).
- PHP: Minimum version as required by your Shopware installation (e.g., 7.4+).
- wallee Account: Obtain
Space ID
,User ID
, andAPI Key
from the wallee Dashboard.
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.6.x | 6.x | Further notice |
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.