Skip to content

Releases: anktd/blockonomics-fossbilling

0.2.0

Choose a tag to compare

@anktd anktd released this 13 Jul 14:06

Accept Bitcoin (BTC) and Tether (USDT, ERC-20) payments in FOSSBilling. Payments go directly to your own wallet — no KYC, no intermediaries.

Highlights

  • On-page checkout, no redirects: buyers scan a QR code (BTC) or connect their wallet (USDT) and see payment status live
  • One button Test Setup to check your integration end to end
  • Testmode to simulate checkout and payment callbacks without real coins
  • Companion module that receives payment updates from Blockonomics ships inside the extension and installs automatically

Install
Download Blockonomics.zip below and extract it inside /library/Payment/Adapter/ of your FOSSBilling installation. Full guide in the README.

Requires FOSSBilling 0.8.3+ (PHP 8.2+).

0.1.1

Choose a tag to compare

@anktd anktd released this 09 Jul 09:45
51da368

Refreshes the bundled companion module

0.1.0

Choose a tag to compare

@anktd anktd released this 08 Jul 09:56
dc38232

First public release of the Blockonomics payment gateway for FOSSBilling.

Accept crypto payments directly to your own wallet — non-custodial, no KYC. Supports Bitcoin (BTC) and Tether (USDT, ERC-20).

Highlights

  • On-page BTC checkout: fresh address per invoice with QR code, live payment detection over websocket, invoice marked paid automatically after confirmations
  • USDT (ERC-20) wallet-connect checkout powered by the Blockonomics payment widget
  • Callbacks authenticated with a secret, amounts validated server-side, duplicate callbacks never double-credit an invoice; underpayments credited as partial payments
  • One-click Test Setup that links your Blockonomics store, registers the callback URL and verifies address generation; full test mode for both coins

Installation

See the README — download Blockonomics.zip below, extract into /library/Payment/Adapter/Blockonomics, install from System → Payment gateways.

Requires FOSSBilling 0.8+ (PHP 8.3+).