Releases: profullstack/coinpayportal
Releases · profullstack/coinpayportal
CoinPayPortal FOSSBilling Payment Gateway v1.0.0
CoinPayPortal FOSSBilling Payment Gateway v1.0.0
Initial release of the CoinPayPortal payment gateway adapter for FOSSBilling.
Features
- Accept crypto payments through CoinPayPortal
- Customers redirected to secure CoinPayPortal checkout
- Invoices automatically marked paid after verified payment confirmation
- Webhook signature verification
- Sandbox/test mode support
- Configurable underpayment tolerance
- Debug logging
Installation
- Download
CoinPayPortal.zip - Extract into
library/Payment/Adapter/in your FOSSBilling installation - Enable the payment gateway in your FOSSBilling admin panel
Requirements
- FOSSBilling >= 0.6.0
- PHP >= 8.0
- CoinPayPortal merchant account
FOSSBilling Plugin v1.0.0
CoinPayPortal Payment Gateway for FOSSBilling v1.0.0
Initial release of the CoinPayPortal payment gateway plugin for FOSSBilling.
Installation
- Extract
CoinPayPortal.zipinto your FOSSBilling root directory — this places files underlibrary/Payment/Adapter/andsrc/. - In FOSSBilling admin, go to System → Payment Gateways, find CoinPayPortal, and click Install.
- Enter your API key, Merchant ID, and Webhook Secret from your CoinPayPortal dashboard.
- Copy the generated webhook URL into your CoinPayPortal merchant settings.
Requirements
- FOSSBilling 0.6+
- PHP 8.1+
What's included
- Full payment gateway adapter
- HMAC-SHA256 webhook signature verification
- Automatic invoice reconciliation
- Sandbox/test mode
- Duplicate event protection
- Debug logging
See plugin docs for full configuration reference.