freepay / shopware6
Freepay payment integration for Shopware 6
Package info
github.com/FreewayDk/Freepay-Shopware6
Type:shopware-platform-plugin
pkg:composer/freepay/shopware6
1.0.1
2026-03-10 10:15 UTC
Requires
- shopware/core: >=6.7.0
- shopware/storefront: >=6.7.0
README
A Shopware 6 payment plugin that integrates Freepay Payment Service Provider with support for external payment windows, webhook notifications, and return URL handling.
Requirements
- Shopware 6.7.0 or higher
- PHP 8.1 or higher
- Freepay merchant account with API credentials
Installation
See INSTALL.md for quick start guide.
Via Composer (Recommended)
composer require freepay/shopware6 bin/console plugin:refresh bin/console plugin:install --activate FreepayPaymentShopware6 bin/console cache:clear
Manual Installation
- Download the plugin
- Extract to
custom/plugins/FreepayPaymentShopware6/ - Install and activate:
bin/console plugin:refresh bin/console plugin:install --activate FreepayPaymentShopware6 bin/console cache:clear
Configuration
Navigate to: Settings → System → Plugins → Freepay Payment → Configuration
Required Settings
- Merchant ID
- API Key
- Webhook Secret
- Sandbox Mode (enable for testing)
Webhook URL
Configure this URL in your Freepay merchant dashboard:
https://your-shop-domain.com/freepay/webhook
Documentation
- Installation Guide - Quick start guide
- Changelog - Version history
License
MIT License - See LICENSE file for details