We handle authentication and billing data. Security isn't a feature—it's the foundation everything else is built on.
All data is encrypted in transit (TLS 1.2+) and at rest. API keys, tokens, and sensitive fields use additional application-level encryption.
Principle of least privilege everywhere. API keys are scoped per app. Internal access is role-based with audit logging.
StackBE never touches credit card numbers. All payment data is handled by Stripe, who are PCI DSS Level 1 certified—the highest level.
We document our security practices openly. If something changes, we communicate it clearly.
StackBE uses Stripe Connect for all payment processing. This means:
| Data Type | What We Store | What We Don't |
|---|---|---|
| Customer Identity | Email address, name, app associations | Passwords (we use magic links) |
| Subscriptions | Plan, status, billing dates, Stripe IDs | Payment methods, card numbers |
| Billing | Invoice references, amounts, status | Full card details, bank accounts |
| Usage | Usage counts per metric per period | Request payloads or content |
| Authentication | Session tokens (hashed), login timestamps | Magic link tokens after use |
If you discover a security vulnerability, we want to hear about it. We appreciate responsible disclosure and will work with you to understand and address the issue.
Please report security issues through our contact page with "Security" in the subject. We aim to acknowledge reports within 24 hours and provide a timeline for resolution.
Please do not publicly disclose vulnerabilities until we've had a chance to address them.
Security questions are welcome. Reach out through our contact page or review our security documentation for technical details.
StackBE handles the security-sensitive parts of billing so you don't have to.
Get Started Free