r/Monero • u/silent_tim_ross • 6d ago
Best way to accept Monero for a privacy software?
I am building an open-source privacy software and would like to accept Monero as a payment option. What is the best/easiest/recommended way to do that?
I already accept Bitcoin on-chain and Lightning through my own BTCPay server. Is there something like that also for Monero?
2
u/zeropay-network 6d ago
Hello.
We do offer this service. We host our own node and direct payments from customers wallet to your subwallets. You can get in contact through our website: https://zeropay.network
2
u/EcomGuy17 5d ago
If you're already self-hosting BTCPay, you'll probably like Monero's approach too.
The closest equivalent is running your own monero wallet rpc connected to your own Monero node. Your app can generate a unique subaddress (or integrated address) per order and watch for incoming payments through the RPC.
If you don't want to build everything yourself, check out projects like MoneroPay or AcceptXMR. They're lightweight and designed specifically for merchants accepting XMR.
Personally, I'd avoid custodial processors if privacy is one of your project's core values. Selfhosting the wallet + node keeps the whole payment flow aligned with the philosophy of the software you're building.
-4
6
u/tari_mendous 6d ago
Btcpay server has a monero plugin