问题
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:
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.
来源:https://stackoverflow.com/questions/65302299/integration-of-stripe-payment-gateway-into-asp-net-webforms