๐ฐ Accept MoonBite Payments
Sell digital products and earn instantly in MBITE
โก Instant Settlement
Payments arrive in your wallet immediately. No middleman delays.
๐ธ Low Fees
Only 2% fee total (compared to 3-5% for traditional payments)
๐ Global Reach
Accept payments from anyone, anywhere, no restrictions
๐ Self-Custody
YOU control the private keys. No account needed.
How to Accept Payments
- Set up a wallet - Get a MoonBite address (takes 30 seconds)
- Create an invoice - Call our API with product details and price
- Share payment link - Customer sends MBITE to the address
- Deliver product - Get notified instantly when payment arrives
- Keep earnings - Funds go directly to your wallet (98% after 2% fee)
๐ API Integration
Create Invoice:
POST /api/merchants/create-invoice
{
"merchant_address": "moon1xxx...",
"product_name": "My eBook",
"amount_mbite": 10,
"product_id": "ebook-001"
}
Response:
{
"invoice_id": "inv_abc123",
"payment_address": "moon1yyy...",
"amount_mbite": 10,
"fee_mbite": 0.2,
"net_to_merchant": 9.8
}
Check Status:
GET /api/merchants/invoice/inv_abc123
Response:
{
"invoice_id": "inv_abc123",
"payment_status": "paid",
"amount_received": 10,
"confirmations": 3
}
๐งช Try It Out
Invoice Created!
๐ Your Merchant Dashboard
Coming soon: Real-time earnings, payment history, and analytics