Drop in a script tag. Start charging. No signup forms, no webhook plumbing, no three-week Stripe integration. Four lines to revenue.
Go to stackpays.com. Pick an account ID. No forms, no KYC, no credit card. You're a supplier now.
One <script> from our CDN. Works in any HTML page, React app, Notion embed, anywhere.
charge()Buyer sees a payment modal. They pay exactly what you charge. Clean, simple, branded to you.
Hit $100, complete KYC, withdraw. Fee comes at cashout — your buyers never see a surcharge.
// Cryptographically signed receipt { "receipt_id": "rx_8f3k2m9...", "supplier": "your-account-id", "amount": 12.34, "item": "premium-access", "ts": 1709847362, "sig": "ed25519:9c3f..." } // Verify anywhere. No webhook needed. const valid = StackPays.verify(receipt)
Every payment produces a cryptographically signed receipt. A self-contained proof of payment your frontend, your backend, or any third-party service can verify with a single function call.
No webhooks. No polling. No server required. The buyer's browser carries the proof.
| Stripe | Gumroad | StackPays | |
|---|---|---|---|
| Time to first charge | Days to weeks | ~30 minutes | < 60 seconds |
| KYC required to start | Yes | Yes | No |
| Backend required | Yes | No | No |
| Your UI, your brand | Yes (with work) | No | Yes |
| Buyer sees fees | No | No | No |
| Portable proof of payment | Webhook only | No | Signed receipt |
| Lines of code | 100+ | Embed/hosted | 4 |
Any service can verify a StackPays receipt. No partnership required — just check the signature. An open primitive for payment-gated experiences.
WordPress plugins, static site generators, or single-page apps that unlock content on receipt verification. No accounts, no paywalls — just proof of payment.
Services that exchange StackPays receipts for software license keys, activation tokens, or API credentials. Receipt in, key out.
Discord bots that grant roles. Telegram bots that unlock groups. Slack apps that provision access. All verifying the same receipt primitive.
File hosting services that serve downloads, courses, or assets upon receipt presentation. No integration with StackPays required.
Revenue dashboards and business intelligence tools that ingest receipt streams. Real-time sales tracking without proprietary APIs.
Receipts are a portable, open primitive. If your service can verify an Ed25519 signature, it can join the ecosystem. No permission needed.
Secure your account ID. Ship billing in four lines.