0
votes

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.

1
If you are looking the latest solution of Stripe integration in ASP.NET, check out the demo for One Time payments >>> techtolia.com/Stripe - the demo for Subscriptions/Recurring payments >>> techtolia.com/StripeSubscriptions - Leo

1 Answers

0
votes

Collecting payment details in accordance with PCI compliance requires using Elements for card information on your page. We have a guide for this which included .NET snippets for the server side. You may, however, wish to look at using Checkout to manage the payment part of your integration with much less effort.