[P4][OnlineGiving] Recurring giving via Stripe Subscription #58
Reference in New Issue
Block a user
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?
Overview
Allow members to set up automatic monthly giving through Stripe Subscriptions.
Data Model
GivingRecurringSchedule: member_id, amount, category, frequency (Weekly/BiWeekly/Monthly), next_charge_date, stripe_subscription_id, status (Active/Paused/Cancelled)
Tasks
Reference
PLANNING.md Section 3.6 - GivingRecurringSchedule data model