Beavon Oigazy

Beavon Oigazy

  • NA
  • 9
  • 4.6k

WebHook for Stripe and Asp.Net

Feb 2 2016 4:46 PM
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.