Base solution for your next web application
Open Closed

How to charge per user per month? #8925


User avatar
0
ArturCorreia created

Hi,

We'd like to go for a "Per Active User Per Month" basis when it comes to subscription payments. How ca we achieve that?

Cheers


3 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    You can implement the UI and functionality based on https://stripe.com/docs/billing/subscriptions/tiers.

    The feature request is tracked in aspnetzero/aspnet-zero-core#731.

  • User Avatar
    0
    ArturCorreia created

    OK, thanks. And how does ASP NET Zero communicates back to stripe to tell how many ACTIVE users exist on a certain date? Also... Does the same functionality exists for PayPal? If so, can you point me in the right direction?

    Thanks

  • User Avatar
    0
    aaron created
    Support Team

    And how does ASP NET Zero communicates back to stripe to tell how many ACTIVE users exist on a certain date?

    It does not.

    Also... Does the same functionality exists for PayPal? If so, can you point me in the right direction?

    PayPal has https://developer.paypal.com/docs/subscriptions/#supported-pricing-plans.

    ASP .NET Zero does not (and has no plans to) implement recurring payment via PayPal. Related: https://quaderno.io/blog/disadvantages-paypal-for-subscriptions/