Integration of Stripe payment Gateway into asp.net webforms

跟風遠走 提交于 2021-01-07 06:31:31

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!