Base solution for your next web application
Open Closed

"Paypal integration for tenant subscriptions" for MVC+jQuery #5462


User avatar
0
huntethan89 created

Is Paypal integration for tenant subscriptions not available for the MVC + jQuery template? I am not able to find it anywhere.


10 Answer(s)
  • User Avatar
    0
    vladsd created

    even in angular is just a purchase, not true subscription service as advertised.

  • User Avatar
    0
    alirizaadiyahsi created

    Hi @smartlayer, it is available in "asp.net core mvc & jquery" and "asp.net core & angular". Is you product "mvc5 & jquery"?

  • User Avatar
    0
    alper created
    Support Team

    <cite>vladsd: </cite> even in angular is just a purchase, not true subscription service as advertised.

    it's not a subscription management website, it's a feature among hundreds. you can always customize the existing features for your requirements. so from this point of view; there is a user list page and someone can come up with an idea for synching users with LDAP and can say without that feature it's non-sense. it's a hard job making a generic base application that makes happy everyone. i hope you understand and help us.

  • User Avatar
    0
    vladsd created

    Case in point your website advertising subscription management: "Tenant and Edition (package) management for SaaS applications Subscription management & Paypal payment integration"

    It is not true, as of today you have basic paypal integration without recurring payments. Please see definition #3 from <a class="postlink" href="https://www.merriam-webster.com/dictionary/subscription">https://www.merriam-webster.com/dictionary/subscription</a>

  • User Avatar
    0
    ismcagdas created
    Support Team

    @vladsd we will work on recurring payments but I'm not sure if we can make it or not in the future. Do you have any other suggestions for subscription part of AspNet Zero or is this the only one ?

    Thanks.

  • User Avatar
    0
    vladsd created

    @ismcagdas - I would ditch paypal for others, like stripe. once we complete our integration we can share our experience, With other feature I suggested around webhooks and ability to register call back apis, this is an easy task to integrate, as apis are very straight forward.

    There are 3rd party fully manage subscription services, which you might want to integrate, but those are mucho money. I like this one: <a class="postlink" href="https://www.zoho.com/subscriptions/">https://www.zoho.com/subscriptions/</a>

    Check github, a quick search discovers a number of integrations you can leverage: <a class="postlink" href="https://github.com/pedropaf/saas-ecom">https://github.com/pedropaf/saas-ecom</a>

  • User Avatar
    0
    vladsd created

    Here is a link to core code from stripe and samples: <a class="postlink" href="https://github.com/dotnet/core.git">https://github.com/dotnet/core.git</a>

    and typed library: <a class="postlink" href="https://github.com/ServiceStack/Stripe">https://github.com/ServiceStack/Stripe</a>

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @vladsd,

    Thank you for the links. I think Stripe is a good option, we might replace PayPal with it. We will definitely consider this in a short time.

  • User Avatar
    0
    vladsd created

    Here at USA, all developers I know and corporations gave up on paypal as in 10 years they have not produce anything new and their apis are so dinosaur. If not for ebay, no one would use it.

  • User Avatar
    0
    alper created
    Support Team

    Here's a summary of the comparison

    <ins>PayPal</ins>

    • Freelancers
    • Startups
    • Non-profits
    • Smaller businesses
    • Companies with a diverse set of international customers
    • Companies that want to conduct business through a brick-and-mortar shop as well as online

    <ins>Stripe</ins>

    • Medium-sized businesses on the verge of scaling
    • Enterprises
    • Companies with a stronger development team
    • Businesses with a more localized customer base
    • Companies only selling online

    <a class="postlink" href="https://wpbuffs.com/stripe-vs-paypal/">https://wpbuffs.com/stripe-vs-paypal/</a>