LunosPay is a developer-focused payment infrastructure built on Solana.
Accept crypto payments globally with instant settlement, low fees, and simple APIs.
Built for SaaS platforms, marketplaces, gaming, and global digital products.
⚡ Fast confirmations (~500ms)
💸 Low fees starting at 1%
🌍 Global payments without banks
🔐 Secure on-chain settlement
🧑💻 Developer-first APIs and SDKs
Install the SDK:
npm install @lunospay/sdkExample integration:
import { LunosPay } from "@lunospay/sdk"
const lunos = new LunosPay({
apiKey: process.env.LUNOSPAY_API_KEY
})
const payment = await lunos.createPayment({
amount: 50,
currency: "USDC",
merchantWallet: "your-solana-wallet",
description: "Product purchase"
})
console.log(payment.paymentUrl)Payment confirmation webhook:
lunos.onPaymentConfirmed((data) => {
console.log("Payment confirmed:", data.txId)
})- Create a payment using the API
- Receive a payment link or QR code
- Customer pays using a Solana wallet
- Transaction confirms on-chain
- Funds go directly to your wallet
| Plan | Monthly | Fee |
|---|---|---|
| Free | $0 | 1% |
| Starter | $49 | 0.8% |
| Growth | $299 | 0.5% |
| Enterprise | Custom | Negotiable |
E-commerce
Accept crypto payments globally.
SaaS Platforms
Subscription payments without traditional processors.
Gaming
Microtransactions and in-game purchases.
Marketplaces
Fast payouts for creators and sellers.
Blockchain
Solana • Web3.js
Backend
Node.js • TypeScript • PostgreSQL
Frontend
Next.js • React • TailwindCSS
Infrastructure
Docker • AWS • GitHub Actions
| Repository | Description |
|---|---|
| lunospay-core | Smart contracts |
| lunospay-api | Backend services |
| lunospay-sdk | JavaScript SDK |
| lunospay-dashboard | Merchant dashboard |
• On-chain settlement
• Signed webhooks
• Secure API authentication
• Smart contract audits
Website
https://lunoss.com
Developer Docs
https://lunoss.dev
LinkedIn
https://www.linkedin.com/company/lunoss-pay
Support
support@lunoss.com
MIT © LunosPay