feature/23-admin-stripe-invoices
master
/financial/invoices
/financial/stripe/webhook/
STRIPE_SECRET_KEY
STRIPE_PUBLISHABLE_KEY
STRIPE_WEBHOOK_SECRET
.env
4242…
https://aimloperations.com/financial/stripe/webhook/
Uses stdlib HTTP to Stripe API (no stripe PyPI package) so deploys stay dependency-light.
stripe
Closes #23: one-off hosted invoices, monthly Checkout subscriptions, pay-link email, and webhook status sync for admins.
04226abc19
0ba6710faa
No dependencies set.
The note is not visible to the blocked user.
Summary
/financial/invoices(superuser)/financial/stripe/webhook/syncs invoice/subscription statusSTRIPE_SECRET_KEY,STRIPE_PUBLISHABLE_KEY,STRIPE_WEBHOOK_SECRETTest plan
.envand restart app4242…/financial/invoices.env, migrate, restart; point webhook tohttps://aimloperations.com/financial/stripe/webhook/Notes
Uses stdlib HTTP to Stripe API (no
stripePyPI package) so deploys stay dependency-light.04226abc19to0ba6710faa