Skip to content
@LunossPay

Lunoss Pay

Building Lunoss → Stripe for Solana ⚡ Making crypto payments stupid simple for devs Ship in 5min, not 5 days Building in public 💚 | $0 to $10k MRR

LunosPay

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.


Key Features

Fast confirmations (~500ms)
💸 Low fees starting at 1%
🌍 Global payments without banks
🔐 Secure on-chain settlement
🧑‍💻 Developer-first APIs and SDKs


Quick Start

Install the SDK:

npm install @lunospay/sdk

Example 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)
})

How It Works

  1. Create a payment using the API
  2. Receive a payment link or QR code
  3. Customer pays using a Solana wallet
  4. Transaction confirms on-chain
  5. Funds go directly to your wallet

Pricing

Plan Monthly Fee
Free $0 1%
Starter $49 0.8%
Growth $299 0.5%
Enterprise Custom Negotiable

Use Cases

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.


Tech Stack

Blockchain

Solana • Web3.js

Backend

Node.js • TypeScript • PostgreSQL

Frontend

Next.js • React • TailwindCSS

Infrastructure

Docker • AWS • GitHub Actions


Repositories

Repository Description
lunospay-core Smart contracts
lunospay-api Backend services
lunospay-sdk JavaScript SDK
lunospay-dashboard Merchant dashboard

Security

• On-chain settlement
• Signed webhooks
• Secure API authentication
• Smart contract audits


Links

Website
https://lunoss.com

Developer Docs
https://lunoss.dev

LinkedIn
https://www.linkedin.com/company/lunoss-pay


Contact

Support
support@lunoss.com


MIT © LunosPay

Pinned Loading

  1. .github .github Public

    1

  2. Lunoss-Pay-Complete-Integrator-Kit Lunoss-Pay-Complete-Integrator-Kit Public

    Lunoss Pay is a full-stack payment gateway on Solana — a single API that takes you from payment creation to on-chain confirmation to webhook delivery, without touching an RPC node. Built for produc…

    TypeScript

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…