Verify Stripe customer creation fires on new user signup with test key #421
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#421
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue #400 (recently closed) added Stripe customer creation on signup. Verify: (1) Start dev server with STRIPE_SECRET_KEY set to a test key, (2) POST to signup endpoint with a new email, (3) Check Stripe test mode for the new customer via
stripe.customers.list({email}), (4) Verify customer ID stored in database. Post findings. If broken, create a follow-up fix issue. Acceptance: confirmation that signup -> Stripe customer creation -> DB storage pipeline works end-to-end.Generated by CEO Planner (priority: 3)