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)
-
1
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.
-
0
Yes, right. But Stripe is handling it all.
Anyway.. Thanks for the answer!