DEV Community

TateLyman
TateLyman

Posted on

Accept SOL Payments on Your Website in 60 Seconds

No Stripe account. No API keys. No monthly fees. Just paste a button.

I built a payment button generator for Solana. You enter your wallet address and the amount, it gives you an HTML button you can paste anywhere. When someone clicks it, they get a checkout page that tells them exactly how much SOL to send and where.

Why

Crypto payments should be simpler than fiat. With Solana, the buyer sends SOL, it arrives in your wallet in under a second, and the transaction is verified on-chain. No chargebacks, no 3-day holds, no 2.9% + 30 cents.

The problem is nobody wants to manually send SOL to a raw address. You need a button, a checkout page, and on-chain verification.

How It Works

  1. Go to the generator: devtools-site-delta.vercel.app/sol-pay
  2. Enter your Solana wallet address
  3. Enter the payment amount
  4. Copy the generated HTML button
  5. Paste it on your site

The button links to a checkout page that shows the buyer exactly what to do — the amount, the address, and a button to open their wallet app.

Pricing

Free to generate. 2% platform fee on each payment. No signup, no monthly cost.

Use Cases

  • Sell digital products (ebooks, templates, code)
  • Freelance invoices
  • Donations and tips on your blog
  • Token-gated access to content
  • Any situation where you want to get paid in SOL without the friction

If you accept crypto payments, this saves you from sharing raw wallet addresses and hoping people send the right amount.

Try it: devtools-site-delta.vercel.app/sol-pay

Top comments (0)