Require a subscription payment system to be added to the website. The payment system will offer users two options: 1. Monthly recurring payments or 2. An annual subscription (with a 15% discount for paying annually instead of monthly). Features required: 1. Two Plan Tiers: Monthly recurring subscription or an annual subscription. 2. Recurring Billing: Automate recurring charges based on the subscription cycle (monthly, yearly). 3. Payment Gateway Integration: Integration with Stripe, PayPal, etc. 4. User Account Management: Provide a dashboard where users can view and manage their subscriptions, billing history, and personal information. 5. Subscription Status: Clearly indicate the current subscription status, renewal date, and payment history. 6. Cancellation Options: Allow users to cancel their subscriptions easily, with options for providing feedback on why they’re leaving. 7. Account Suspension/Reactivation: Let users suspend their accounts temporarily and reactivate them without losing data. 8. Billing and Invoicing: o Automated Invoices: Generate and send invoices automatically after each payment. 9. Notifications and Alerts: o Payment Reminders: Notify users if a payment fails. o Subscription Renewal Alerts: Notify users about upcoming renewals (especially for annual payments). o Account Changes: Notify users of changes in their subscription status or payment information, such as the ability to switch from monthly to annual payments. 10. Security and Compliance: o PCI Compliance: Ensure that the system is PCI-DSS compliant to secure payment data. o Data Encryption: Encrypt sensitive user data, especially payment information. 11. Additional Feature: Offer the first 100 users who join the website a free account. Any user after the first 100 will be required to pay to join the website.
Website is built using: Frontend: ----React - "create-react-app" framework Backend -----Nodejs