One API. Real-time confirmation. Webhooks. No blockchain expertise required.
Get API Key · Read the Docs · Discord
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.
This is an active project. The core is built and running.
|
✅ Live today
|
🔄 In progress
|
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.
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.
| 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 paymentThe 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.
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.