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)
-
0
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.
-
0
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
-
0
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/