Maestrino
Sign in
← Back to catalog Wallee Products for Shopware 6
wallee/shopware-6

Wallee Products for Shopware 6

Wallee integration for Shopware 6

Shopware 6 Extensions Payment php payment shopware wallee
no reviews
6 GitHub stars
Open-source author
Extension verified View source
Published Aug 20, 2026
Third-party

Third-party extension, added for convenience. Maestrino has no affiliation with the author.

This is an open-source extension, provided by its author under an open license. We strongly recommend checking out the author's work — and consider donating to the project if you can. Visit the author's project

About this extension

This is the original README of the project, shown as provided by its authors.

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)

  1. Navigate to your Shopware root directory.
  2. Run:
Copy
composer require wallee/shopware-6
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache Wallee

Manual Installation

  1. Download the latest Release
  2. Extract the ZIP to custom/plugins/Wallee.
Copy
bin/console plugin:refresh  
bin/console plugin:install --activate --clearCache Wallee

Update

Via Administration

  1. Go to Shopware Admin > Extensions > My extensions.
  2. Find WalleePayment.
  3. Click Update.

Via CLI

  1. Deploy the new plugin files (replace the folder in custom/plugins/WalleePayment or upload/install a new ZIP).
  2. Run:
bin/console plugin:refresh
bin/console plugin:update --clearCache WalleePayment
bin/console cache:clear

Configuration

API Credentials

  1. Navigate to Shopware Admin > Settings > Wallee.
  2. Enter your Space ID, User ID, and API Key (obtained from the wallee Portal).

Wallee does not appear in Settings

  1. You should run the following commmand
Copy
bin/build-administration.sh

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.

Subscriptions: Make recurring payments with Subscriptions (Shopware Commercial) and Wallee.

Compatibiliity


Shopware 6 version Plugin major version Supported until
Shopware 6.7.x 7.x Further notice
Shopware 6.6.x 6.x March 2026
Shopware 6.5.x 5.x October 2024

Troubleshooting

Logs: Check payment logs with:

Copy
tail -f var/log/wallee*.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.

Reviews

no reviews

No reviews yet. Customers who have licensed this extension can leave the first one.

Only customers who have licensed this extension can write a review. Write yours from your dashboard.

Links

Free — open source

No account needed — download directly, or subscribe to manage it in your workspace.

View this on GitHub
Install via Composer without an account
composer require wallee/shopware-6

Subscribing also keeps you informed about updates, and lets the provider reach you when needed.

Sign in to subscribe

We will bring you straight back here.