igorsimb / mp-monitor

Django app for scraping Wildberries
1 stars 0 forks source link

Set up recurrent payments via Modulbank's API #176

Open igorsimb opened 1 month ago

igorsimb commented 1 month ago

Related to https://github.com/igorsimb/mp-monitor/issues/153

igorsimb commented 1 month ago

Billing type: Anniversary Billing

In this model, customers are billed on the same day each month based on when they initially signed up. For example, if they sign up on the 17th, they’ll be charged on the 17th of every subsequent month.

How It Works:

Pros: Fairness: Customers only pay for what they use, and there’s no need for prorating. They get a full month of service for each payment. Customer Satisfaction: Reduces the chance of complaints about unfair billing since users are charged on their specific billing cycle.

Cons: Complexity: Managing multiple billing cycles requires a more complex system. Each customer might have a different billing date, which could lead to a need for more advanced tracking and reporting systems. Cash Flow Management: Revenue can be less predictable since payments are spread throughout the month.

Examples of Platforms Using Anniversary Billing:

Why Use Anniversary Billing?

Summary of Why Anniversary Billing Might Be Ideal for Your SaaS: