Base solution for your next web application
Open Closed

Why aren't you using Products, Customers, and Subscription features in Stripe in your integration #7081


User avatar
0
Homam created

I wonder why aren't you using the Subscription feature in Stripe and creating a customer and assign it to it?

Stripe supports Customers, Editions, Subscriptions, invoices and other features. But seems you've built them all from scratch and not integrating with those features.

Is there any technical reason? or just to keep the compatibility with PayPal payment, which you had before?


2 Answer(s)
  • User Avatar
    1
    ismcagdas created
    Support Team

    Hi @Homam

    If I understand you correctly, you are saying that we shoudln't create customers, editions by using Stripes API but we should use already existing customers, editions on Stripe etc...

    We can't trust that because the customer might not exist on Stripe side. We also have to link the Stripe customer with AspNet Zeros tenant so that we can operate on it.

    Same situation is valid for edition as well.

  • User Avatar
    0
    Homam created

    Yes, right. But Stripe is handling it all.

    Anyway.. Thanks for the answer!