Payment BP
Free — creates a project on your account.
Composition
- Data 4 · Where state lives
- Exposed 5 · What the outside world can reach
- External 2 · Third parties you call
- Logic 1 · Work, routing and transformation
- Security 2 · Auth, limits and validation
Architecture
Data
- DatabaseDatabase
- DatabaseDatabase
- DatabaseDatabase
- DatabaseProducts Table
Exposed
- WebhookPayment webhook
- APIList Products
- APIGet Product
- APICreate Order
- APIGet My Orders
External
- StripeCreate payment
- EmailReceipt email
Logic
- QueueReceipts
Security
- ValidatorValidate order
- AuthAuthentication
Every block above compiles to TypeScript you can read — Express routes, Drizzle schema, Zod validators — and export as a repository.
Browse the registry →