The WeArePlanet plugin wraps around the WeArePlanet 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.
- Shopware 6.7.x, 6.6.x or 6.5.x. See table below.
- PHP minimum version supported by the each shop version.
- 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
- Navigate to your Shopware root directory.
- Run:
Copy
composer require weareplanet/shopware-6
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WeArePlanet- Download the latest Release
- Extract the ZIP to custom/plugins/WeArePlanet.
Copy
bin/console plugin:refresh
bin/console plugin:install --activate --clearCache WeArePlanet- Navigate to Shopware Admin > Settings > WeArePlanet.
- Enter your Space ID, User ID, and API Key (obtained from the WeArePlanet Portal).
- You should run the following commmand
Copy
bin/build-administration.shConfigure supported methods (e.g., credit cards, Apple Pay) via the WeArePlanet Portal.
iFrame Integration: Embed payment forms directly into your checkout.
Refunds & Captures: Trigger full/partial refunds and captures from Shopware or the WeArePlanet Portal.
Multi-Store Support: Manage configurations across multiple stores.
Automatic Updates: Payment methods sync dynamically via the WeArePlanet API.
Subscriptions: Make recurring payments with Subscriptions (Shopware Commercial) and WeArePlanet.
| 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 |
Logs: Check payment logs with:
Copy
tail -f var/log/weareplanet*.logEnsure composer update weareplanet/shopware-6 is run after updates.
Verify API credentials match your WeArePlanet account.
Q: Does this plugin support one-click payments? A: Yes, via tokenization in the WeArePlanet Portal.
Q: How do I handle PCI compliance? A: The plugin uses iFrame integration, reducing PCI requirements to SAQ-A.
For version-specific updates, see the GitHub Releases.
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.
Please see the license file for more information.