Copy-paste posts to promote the XMR Pay API. Fill in YOUR_DOMAIN with the actual URL.
Reddit — r/Monero
I built a Monero payment gateway API — 0.5% fee, no KYC, instant setup
Hey r/Monero — I got tired of payment processors taking 1%+ and requiring KYC, so I built my own XMR payment gateway.
What it does:
• One API call → unique Monero subaddress per payment
• Webhook callbacks when payment confirmed
• 0.5% flat fee — half of NowPayments/CoinPayments (1%)
• No account, no KYC, no tracking
How to use:
curl -X POST {DOMAIN}/api/invoice \
-H "Content-Type: application/json" \
-d '{"amount": 0.05, "webhook_url": "https://yourshop.com/xmr-callback"}'
Returns a unique address. Customer pays. You get a webhook. Done.
Built on monero-wallet-rpc with subaddresses per invoice. Half the fee of competitors, fully privacy-respecting.
Try it: {DOMAIN}/pay
Would love feedback from anyone running a Monero-accepting store.
r/MoneroMining — Mining payouts via XMR Pay
If you're mining XMR and sometimes need to accept payments or run payouts: I built a lightweight XMR payment gateway at 0.5% fees.
Useful for:
• Mining pool operators wanting XMR payout infrastructure
• Anyone selling hashrate for XMR
• Small businesses accepting Monero
Unique subaddress per transaction, webhook notifications when paid, no registration needed.
Check it out: {DOMAIN}/pay
Twitter / X
Tweet 1 — Product Launch
Accept Monero payments for 0.5% — half what the big processors charge.
No KYC. No accounts. One API call.
Unique subaddresses per invoice + webhook notifications.
{URL}/pay $XMR #Monero
Tweet 2 — Privacy Angle
Your customers deserve payment privacy.
Most crypto processors: 1% fees + KYC + tracking
XMR Pay: 0.5% fees + privacy + no bullshit
Unique subaddress per invoice. Webhook when paid. That's it.
{URL}/pay
Tweet 3 — Developer
Just shipped a Monero payment gateway API:
POST /api/invoice {amount: 0.05}
→ {address: "8A...", status: "pending"}
→ Webhook fires when paid
0.5% fee. No registration. Works with any backend.
{URL}/pay $XMR
Replace {DOMAIN} and {URL} with your actual domain before posting.
Current domain: loading...