Skip to content

LunossPay/Lunoss-Pay-Complete-Integrator-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Lunoss Pay


Status Solana API SDK


Solana payment infrastructure for the next wave of crypto commerce.

One API. Real-time confirmation. Webhooks. No blockchain expertise required.


Get API Key · Read the Docs · Discord



What we're building

Crypto payments today are broken. Wallets are fragmented. Confirmation flows are guesswork. Most "payment solutions" are glorified QR code generators that leave you to figure out the hard parts yourself.

We're fixing that.

Lunoss Pay gives you a single API that handles the entire payment lifecycle — from creating a Solana Pay request to confirming the transaction on-chain, triggering your webhook, and handing back structured data you can actually use.

You integrate once, and payments just work.


Where we are

This is an active project. The core is built and running.

✅ Live today

  • Payment creation + QR Code + Solana Pay URL
  • Real-time on-chain confirmation via Solana RPC
  • Webhook delivery with HMAC signature verification
  • Products, coupons, and coupon validation
  • Organizations with multi-wallet + role-based access
  • Transaction history, audit logs, compliance reports
  • Authorization rules and multi-step approval flows
  • Full REST API — Bearer token and API Key auth
  • TypeScript SDK

🔄 In progress

  • Subscription billing and recurring payments
  • Solana program for on-chain splits and treasury
  • Merchant-facing dashboard UI
  • Hosted payment page (zero-code checkout)
  • Multi-currency support — USDC, USDT

The opportunity

The Solana ecosystem processes billions in volume. Yet there's no Stripe equivalent. No clean developer experience. No standard confirmation flow. No production-grade tooling for merchants.

That's the gap Lunoss Pay is closing.

We're not building for crypto natives who already know how to handle wallets. We're building for product teams and developers who want to add Solana payments to a real product — without becoming blockchain engineers first.


The API in one request

curl -X POST "https://api.lunosspay.com/api/payments" \
  -H "Authorization: Bearer $LUNOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "merchant_wallet": "YOUR_SOLANA_WALLET",
    "amount": 9.99,
    "label": "Pro Plan",
    "reference": "ORDER-001",
    "metadata": { "user_id": "usr_123" }
  }'

You get back a QR code, a Solana Pay URL, and a payment ID. Your customer pays. We detect it on-chain. We POST to your webhook. You fulfill the order.

That's the entire integration surface.


What's in this kit

Path Purpose
docs/QUICKSTART.md First payment in under 5 minutes
docs/API-REFERENCE.md Full endpoint reference
docs/PAYMENT-FLOW.md Full lifecycle: create → confirm → webhook
examples/ Copy-paste Node.js and cURL code
scripts/ Test credentials and create a live payment
for-devs/sdk/ TypeScript SDK — typed, async, retry-ready
# Start here
cp .env.example .env      # add your API key
npm install
npm run health            # confirm everything works
npm run test-payment      # create your first real payment

Philosophy

The best payment infrastructure is invisible.

You shouldn't think about RPC nodes, transaction confirmation, or signature verification. You should think about your product.

We handle the blockchain. You handle the business logic.


Get involved

This project is moving fast. If you're a developer who wants early access, wants to contribute, or just wants to follow along — reach out.


Dashboard Docs Discord Email


Footer

About

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 product teams who want to ship crypto payments, not become blockchain engineers.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors