
內容簡介
BareBits 外掛讓 WooCommerce 商店能夠直接接受比特幣(包括 on-chain 和 Lightning 付款),無需中介或審核過程,手續費低至 1%。這使得商家能夠更快速、安全地處理加密貨幣交易。
【主要功能】
• 支援比特幣 on-chain 和 Lightning 付款
• 無需支付處理器帳戶和審核過程
• 自動結帳折扣功能
• 直接將資金轉入商家控制的錢包
• 安全的 HTTP API 通訊
外掛標籤
開發者團隊
② 後台搜尋「BareBits – Lightning Payments via Bitcoin」→ 直接安裝(推薦)
原文外掛簡介
Accept Bitcoin (on-chain and Lightning) in WooCommerce through a BareBits server. No approval process, no middlemen. Low 1% fee.
BareBits lets your WooCommerce shop accept Bitcoin — on-chain and over the Lightning Network — with funds going straight to wallets you control. No payment processor account, no approval process, no chargebacks.
This plugin is the WordPress-side glue: during onboarding you connect your self-hosted BareBits server by entering its URL. (The plugin’s full build, distributed on the project’s GitHub releases page, can additionally install a BareBits server alongside WordPress for you.)
The plugin then installs and configures the “BTCPay for WooCommerce” gateway plugin, points it at your BareBits server, registers the payment webhook, and can apply an automatic checkout discount for Bitcoin payments — on both the classic and the block-based checkout, with the percentage advertised in the payment method’s title.
The BareBits server itself is a separate, self-hosted application (https://github.com/BareBits/cashupayserver) with its own license. This plugin contains no BareBits server code and talks to it purely over its HTTP API.
External services
This plugin talks to the following services. None of them receive data on behalf of BareBits: the server you connect is your own, and BareBits (Zaphaus LLC) operates no hosted service and receives nothing from your site.
Your own BareBits server
Everything this plugin does at runtime is communication with the BareBits server that you host yourself and connect during onboarding, at the URL you enter (often the same host as WordPress): the embedded setup wizard, dashboard single-sign-on, a WP-cron pinger that triggers the server’s background tasks, and the checkout API bridge the payment pages ride. Requests carry the keys the two sides exchanged when you paired them (API key, cron key, sign-on key) and the WooCommerce order data needed to take payment (amounts, currency, order IDs, invoice status). This traffic goes only to your own server — no third party is involved and nothing reaches BareBits.
The BareBits server software is governed by its Terms of Use (https://github.com/BareBits/cashupayserver/blob/main/USE_POLICY.md) and Privacy Policy (https://github.com/BareBits/cashupayserver/blob/main/PRIVACY.md), which you accept in its setup wizard. The Privacy Policy also documents, in plain language, every external service the server itself contacts to process payments (exchange-rate providers, Bitcoin network services, and the payment counterparties you configure) and what each one receives.
wordpress.org plugin directory
During onboarding the plugin installs and activates the “BTCPay for WooCommerce” gateway plugin from the wordpress.org plugin directory using WordPress’s own plugin installer, which makes your site contact api.wordpress.org and downloads.wordpress.org (as any dashboard plugin install does). WordPress.org privacy policy: https://wordpress.org/about/privacy/
GitHub (full plugin build only)
The full plugin build distributed on the project’s GitHub releases page can additionally install a BareBits server alongside WordPress. That flow fetches release metadata from api.github.com and downloads the release archive and its checksums from github.com. The build distributed on wordpress.org does not include this component and never contacts GitHub. GitHub terms of service: https://docs.github.com/en/site-policy/github-terms/github-terms-of-service — privacy statement: https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement
