๐Ÿ’ฐ 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
  1. Set up a wallet - Get a MoonBite address (takes 30 seconds)
  2. Create an invoice - Call our API with product details and price
  3. Share payment link - Customer sends MBITE to the address
  4. Deliver product - Get notified instantly when payment arrives
  5. 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
๐Ÿ’Ž Your Merchant Dashboard

Coming soon: Real-time earnings, payment history, and analytics