freepay/shopware6

Freepay payment integration for Shopware 6

Maintainers

Package info

github.com/FreewayDk/Freepay-Shopware6

Type:shopware-platform-plugin

pkg:composer/freepay/shopware6

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2026-03-10 10:15 UTC

This package is auto-updated.

Last update: 2026-04-10 10:55:35 UTC


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

  1. Download the plugin
  2. Extract to custom/plugins/FreepayPaymentShopware6/
  3. 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

License

MIT License - See LICENSE file for details