Accept Solana Payments
with Instant Settlement

0.3%
Gateway Fee
~1s
Settlement Time
0
Chargebacks
API
💰
Customer Pays
Instant Processing
💵
Your Wallet
Live Payment
✅ Completed
2.5 SOL
Amount: 2.5000 SOL
Gateway Fee (0.3%): 0.0075 SOL
You Receive: 2.4925 SOL
Settled in 0.8s

Why Choose Us?

Instant Settlement

Funds transferred to your wallet within seconds of payment confirmation. No waiting days for settlement.

💰

Only 0.3% Fee

Lowest fees in crypto payments. Compare to 2.9% for credit cards or 1%+ for other crypto gateways.

🚫

No Chargebacks

Blockchain payments are irreversible. No fraud disputes or chargeback fees eating into your profits.

🌍

Global Reach

Accept payments from anywhere in the world. No geographic restrictions or complex international setups.

🔒

Non-Custodial

Payments go directly to your wallet. We never hold your funds or have access to your private keys.

🛠️

Simple Integration

No technical knowledge needed. We use RESTful API and webhooks. Get started with just a few lines of code.

How It Works

1

Register via Telegram

Chat with our bot to create your merchant account and get your API key instantly. No paperwork required.

2

Set Your Wallet

Configure your Solana wallet address where you want to receive payments. All settlements go here instantly.

/wallet YOUR_SOLANA_ADDRESS
3

Start Accepting Payments

Integrate our API to create payment requests. Your customers pay, you get SOL instantly minus 0.3% fee.

POST /api/payments/create

Simple Pricing

0.3%
Per Transaction
Instant settlement to your wallet
Unlimited transactions
Real-time notifications
Dashboard & analytics
API access & webhooks
No monthly fees

Compare to alternatives:

Stripe: 2.9% + $0.30
PayPal: 2.9% + fees
Other Crypto Gateways: 1-2%
Solpay 0.3%

User-friendly API

POST /api/payments/create
{
  "amount": 1.5,
  "description": "Premium Plan Subscription",
  "metadata": {
    "userId": "user_123",
    "planId": "premium_monthly"
  }
}

// Response
{
  "success": true,
  "payment": {
    "id": "pay_abc123",
    "amount": 1.5,
    "feeAmount": 0.0045,
    "merchantAmount": 1.4955,
    "address": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
    "expiresAt": "2024-01-15T10:30:00Z",
    "status": "pending"
  }
}
GET /api/payments/{paymentId}
// Response
{
  "success": true,
  "payment": {
    "id": "pay_abc123",
    "amount": 1.5,
    "status": "completed",
    "completedAt": "2024-01-15T10:25:33Z",
    "transactions": {
      "customer": "5VrF7...",
      "fee": "3NgP2...",
      "merchant": "8KmD4..."
    }
  }
}
Webhook Payload
// POST to your webhook URL
{
  "event": "payment.completed",
  "payment": {
    "id": "pay_abc123",
    "amount": 1.5,
    "merchantAmount": 1.4955,
    "feeAmount": 0.0045,
    "status": "completed",
    "metadata": {
      "userId": "user_123",
      "planId": "premium_monthly"
    },
    "completedAt": "2024-01-15T10:25:33Z"
  }
}

Ready to Accept SOL?

Join merchants who save thousands on payment processing fees

No setup fees • No monthly costs • No chargebacks