Add Bitcoin and Lightning payments to your app in minutes. Clean API, reliable webhooks, beautiful checkout. Free until you scale.
No credit card required · API keys in 30 seconds
// Create a payment intent
const payment = await crypt.paymentIntents.create({
amount: 2999,
currency: "usd",
chains: ["lightning", "onchain"],
});
// Returns immediately
payment.lightning_invoice // lnbc29990n1p...
payment.bitcoin_address // bc1q4xqk...
payment.expires_at // +15 minEvery crypto payment tool you've tried was built by crypto people for crypto people. Raw wallet addresses. Ugly QR codes. No webhooks. No idempotency. No sandbox. You added it, it didn't convert, you removed it.
Crypt is built by developers for developers. Same patterns you already know. Just for Bitcoin.
Sign up, grab test keys, start building immediately. No approval, no waitlist.
$ npm install crypt-node
const crypt = new Crypt("sk_test_...");One API call returns a Lightning invoice and Bitcoin address. Your customer pays, you get a webhook.
const payment = await crypt.paymentIntents.create({
amount: 4999, currency: "usd",
chains: ["lightning", "onchain"],
});Switch from test to live keys. Real Bitcoin, real payments, zero fees until $1k/month.
// Swap one line
const crypt = new Crypt("sk_live_...");
// That's it.Sub-3-second settlement. Faster than a card swipe.
Signature verification, retry logic, replay from dashboard. Built the way Stripe does it.
Every request is safely retryable. No double charges, ever.
Full sandbox that mirrors production exactly. Build with confidence.
Drop-in modal. QR code, live status, auto-close. Works in under 15 seconds.
No-code checkout. Share a URL. Get paid.
Free until $1k/month processed. Then 0.5–0.8%. Still 4× cheaper than Stripe.
Real-time transactions, webhook logs, API key management. Everything in one place.
Stripe charges 2.9% + $0.30 per transaction. At $10,000/month that's $320 in fees. Crypt charges $70. You keep the difference.
Up to $1k/month
$1k–$50k/month
$50k+/month
Free forever under $1k/month. No credit card required.
Get started freeAPI keys in 30 seconds · Lightning + on-chain · Stripe-compatible webhooks