A secure Cashu payment gateway for your WooCommerce store.
This plugin adds a checkout that accepts Lightning or Cashu ecash, paying out to your bitcoin lightning address. Ecash payments are converted (melted) via your trusted Cashu mint in real time.
Checkout presents a single QR code that any of the following can scan and pay:
- Lightning wallets: pay via the trusted mint and out to your lightning address.
- Cashu wallets (NUT-18): post proofs directly to the plugin, which melts them at the trusted mint and pays your lightning address.
- Wallets that understand BIP-321 unified URIs see both options at once and pick whichever they support.
Features
- Receive to any lightning address: Your lightning provider doesn’t need any special features.
- Privacy, just like cash: All payments are routed through your trusted Cashu mint. Your lightning address stays private, so do your customer’s payments.
- Flexibility: switch trusted mints at any time to find the best fees and service.
- Pay via Lightning: Customers can pay from a regular bitcoin lightning wallet.
- Pay via Cashu: Customers can send Cashu ecash direct from any Cashu wallet.
- Wallet-agnostic QR: Unified BIP-321 QR by default, with Cashu-only and Lightning-only fallback tabs for older wallets.
- Safety: You only have to trust one Cashu mint (your trusted mint).
- Accurate prices: Spot rates are taken from coinbase / coingecko.
- I18n: Checkout can be translated into any language.
External services
This plugin connects to several third-party services to function. Each is described below: what it does, what data is sent, when, and links to the relevant terms.
Cashu mint (merchant-configured)
The mint is chosen by the merchant in plugin settings. It is used to mint Lightning invoices for customers paying via Lightning, and to melt Cashu ecash proofs received from customers into a Lightning payment to the merchant’s Lightning address.
- What is sent: Lightning quote/melt requests, Cashu ecash proofs (only when a customer pays in ecash), and the merchant’s Lightning address. No personally identifying customer data is sent.
- When: only during the active checkout flow (quoting, payment, settlement).
- Terms of service and privacy policy depend on the mint configured by the merchant. Merchants should review the terms of their chosen mint before using it.
Lightning address provider (merchant-configured)
The plugin resolves the merchant’s Lightning address (an LNURL-pay endpoint) to obtain a payable invoice. The endpoint is determined entirely by the Lightning address the merchant enters in plugin settings.
- What is sent: the requested invoice amount and the username part of the merchant’s Lightning address.
- When: during checkout, when a payment quote is being generated.
- Terms of service and privacy policy depend on the Lightning provider hosting the merchant’s address.
Coinbase Spot Price API
Used to fetch the current Bitcoin spot price in the store’s configured currency, so customers can see fiat-equivalent amounts at checkout.
- What is sent: only the store’s fiat currency code (e.g. “GBP”, “USD”) in the URL path. No customer or store-identifying data is sent.
- When: when a checkout payment quote is created. Results are cached for 30 seconds.
- Endpoint: https://api.coinbase.com/v2/prices/BTC-{CURRENCY}/spot
- Terms of service: https://www.coinbase.com/legal/user_agreement
- Privacy policy: https://www.coinbase.com/legal/privacy
CoinGecko Simple Price API
Used as an alternative source for Bitcoin fiat pricing.
- What is sent: only the store’s fiat currency code as a query parameter. No customer or store-identifying data is sent.
- When: when a checkout payment quote is created. Results are cached for 30 seconds.
- Endpoint: https://api.coingecko.com/api/v3/simple/price
- Terms of service: https://www.coingecko.com/en/terms
- Privacy policy: https://www.coingecko.com/en/privacy
Source
Development happens on GitHub. Issues and pull requests are welcome.
Donations
Cashu is a free and open-source project, supported by donations. If you love this plugin, please consider supporting us in any of the ways below:
- Tip the developer: https://donate.cogmentis.com
- Donate to OpenCash: https://opencash.dev
