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.
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
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.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0