LampSBtcPayShopware is an Shopware 5 plugin which helps you to accept crypto currencies on your Shopware Shop.
The following services are supported as a payment gateway by the plugin:
- BTCPayServer selfhosted service
- BitPay service by BitPay Inc.
This enables you to accept payments from all common crypto currencies, such as Bitcoin, Bitcoin Lightning, Dash, Etherum, Bitcoin Cash, ...
To create an installable plugin zip file for the Shopware 5 Backend, you have to do the following steps.
composer --working-dir=./LampSBTCPay/ install --no-dev
zip -r LampSBTCPay.zip LampSBTCPay
The plugin uses the bitpay json protocol, so every service which implements the protocol can be used.
- BTCPayServer selfhosted service
- BitPay service by BitPay Inc.
The plugin is tested with Shopware 5.5 und Shopware 5.6
The contents of the LampSBTCPay folder is released unter the MIT License.