Skip to main content

👥 Accounts Processing

📖 Overview

The Accounts module handles account imports, active status monitoring, and Stripe domain verification.

Environment Flags:

  • QM_ACCOUNTS=true - Account import processing
  • QM_CHECK_ACCOUNT_ACTIVE=true - Account status monitoring
  • QM_VERIFY_STRIPE_DOMAINS=true - Stripe domain verification

Source Location: queue-manager/crons/accounts/

🗄️ Collections Used

accounts

  • Operations: Create/Read/Update
  • Model: shared/models/account.js
  • Usage: Account records and status

account-import-results

  • Operations: Write
  • Model: shared/models/account-import-results.js
  • Usage: Track import job results

🔧 Jobs in This Module

  • 📘 Import - Bulk account imports from CSV
  • 📗 Check Account Active - Monitor account status and subscriptions
  • 📙 Verify Stripe Domains - Validate Stripe-connected domains

Module Status: Active
Execution Pattern: Polling (every 5 seconds) + Daily checks
Last Updated: 2025-10-10

💬

Documentation Assistant

Ask me anything about the docs

Hi! I'm your documentation assistant. Ask me anything about the docs!

I can help you with:
- Code examples
- Configuration details
- Troubleshooting
- Best practices

Try asking: How do I configure the API?
09:31 AM