Payments and payout flow
Scriber uses Stripe for payment processing and creator payouts. That means creators can work with their own Stripe relationship instead of relying on an internal platform wallet sitting between them and their revenue.
It also means the core payment credentials live with Stripe. Scriber does not need to store full card numbers or bank account details directly in the product in order to run checkout.
Account and data access
The product separates public creator pages from private account controls. Billing, payout settings, profile edits, and other sensitive actions are handled behind authenticated dashboard flows rather than mixed into public-facing pages.
That separation matters for both clarity and safety. A creator should be able to have a public page that is easy to share without exposing the parts of the product that manage payments or account changes.
Operational safeguards
Security is not only about payment collection. It also includes rate limiting, careful handling of authenticated routes, and making sure the delivery flow after payment is predictable enough that users are not pushed into avoidable mistakes.
No security page should pretend the work is ever finished. The point is to reduce obvious failure points, keep sensitive actions behind the right checks, and avoid loose operational habits that create risk over time.
- Stripe-powered checkout and billing flows
- Protected creator settings and subscription routes
- Rate-limited public endpoints
- Clear separation between public pages and private dashboard surfaces
FAQs
Does Scriber process payments directly?
Stripe handles payment processing and payouts. Scriber sits around that layer to manage the page, the offer, and what the buyer receives after checkout.
Are creator settings public?
No. Public pages are separate from account settings, billing controls, and other private dashboard surfaces.
Where should I send a security or privacy question?
Reach out through the contact page or email privacy@scriber.me for data-related questions.