Skip to content

Releases: profullstack/coinpayportal

CoinPayPortal FOSSBilling Payment Gateway v1.0.0

30 Apr 09:27

Choose a tag to compare

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

  1. Download CoinPayPortal.zip
  2. Extract into library/Payment/Adapter/ in your FOSSBilling installation
  3. 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

30 Apr 09:28

Choose a tag to compare

CoinPayPortal Payment Gateway for FOSSBilling v1.0.0

Initial release of the CoinPayPortal payment gateway plugin for FOSSBilling.

Installation

  1. Extract CoinPayPortal.zip into your FOSSBilling root directory — this places files under library/Payment/Adapter/ and src/.
  2. In FOSSBilling admin, go to System → Payment Gateways, find CoinPayPortal, and click Install.
  3. Enter your API key, Merchant ID, and Webhook Secret from your CoinPayPortal dashboard.
  4. 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.