0
Reply

WebHook for Stripe and Asp.Net

Ask a question
Hello C# Corner,
 
 I am implementing subscription Services,
in my Subscription Table [ Email, Expires_date ]. In my Stripe WebHook in ASP.NET  Class. I want to create a Connection string to database,
whereby if customer charged automatically from stripe account. The action event {Stripe WebHook Asp.net Class}Will check if the email is the same , if its true;
in the database expiry date will change to new date.