Base solution for your next web application
Open Closed

4.1 subscription - auto renewal on monthly basis #3453


User avatar
0
mdonogma created

How will auto renewal of a monthly subscription work with the eBay integration you have done.

I need to make sure users have paid when next month roles over in order for subscription to be maintained.


11 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Mdonogma,

    We don't have eBay integration, maybe you wanted to say PayPal :). This is in our future plan. Probably it will be in the next release.

    Currently, tenants need to extend their subscriptions on subscription management page by paying manually.

    Thanks.

  • User Avatar
    0
    mdonogma created

    A very important feature for anyone who wants to use your platform for SaAS solutions.

    Will be good if you can give it priority for next release as current subscription implementation needs the auto renewal to be considered complete.

  • User Avatar
    0
    justinp created

    I plan on using Recurly for payment and am in the process of implementing. Can you guys provide an overview of the subscription implementation and maybe I can use the same pattern and make available to the community.

    What I was planning on implementing isn't just a single subscription option, but also a licensing model. In other words, there is a way to charge based on the number of active accounts for that month. For example, $100/mo + $15/user/mo.

    A future feature in consideration for my project is the ability to charge per month or per year, offering a discount per annual payment of course.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @JustinP,

    Actually, we didn't analyze recurring payments yet, so we cannot offer you anything at the moment.

    I think for recurring payments, we need to store credit card information of customers in AspNet Zero. Because of that we postponed this feature a little bit.

    But we will consider your suggestions for the subscription system we are still working on.

    Thanks.

  • User Avatar
    0
    JapNolt created

    @JustinP Were you able to implement a per-user licensing model? What about the recurring payment system?

  • User Avatar
    0
    cpadmin created

    Hi @ismcagdas,

    We need to implement this requirement in our Asp.Net Core & Angular(v5.3.0) project. Before we start, we need to know if this requirement is in your road map feature named "Tenant subscription enhancements (like recurring payments)". If yes then what is the timeline?

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    @cpadmin yes, it is on our roadmap but probably it will take at least 2 months to complete other high priority staff. We haven't worked on this yet and we don't know what we are going to use for auto renewal. I heard that Stripe is good but as I said, we are not sure yet.

  • User Avatar
    1
    AndrewT created

    We use stripe in woocommerce for recurring and it works great. Making it simple to seperating the calculation engine of what and who to bill (SaaS app), and the actual billing (Stripe, paypal, etc etc) is key rather than trying to do it all. maybe just an integratioin to woocommerce or something like that and let that look after the feeds to Xero, MYOB, etc as well.

  • User Avatar
    0
    ismcagdas created
    Support Team

    @andrewt it seems like we will use Stripe then :)

  • User Avatar
    0
    Homam created

    Hi,

    Any update on this topic (payment per user per month) ? is it on the timeline ?

  • User Avatar
    0
    aaron created
    Support Team

    @Homam Tracked in aspnetzero/aspnet-zero-core#731.