Updating Subscription status inside the database by using Stripe Webhooks
I am integrating the Stripe payment gateway with a subscription-based product website in ASP.NET Core 3.1.
I am integrating the Stripe payment gateway with a subscription-based product website in ASP.NET Core 3.1.
I want to integrate Stripe payment gateway in asp.net webforms. I have an aspx page in which I have stored the amount to be charged from the customer into a variable. I want to send this amount value to stripe payment gateway and accordingly receive the status of the payment. Also, I want Stripe to maintain the database of the customers accordingly.
Here is my Cart and Checkout process in my web application
I am using Stripe Asp.net C# to charge customers for subscriptions when they sign up. I have multiple products (created inside stripe) that I pull from to assign to that customer’s subscription. It successfully