简体   繁体   English

将 Stripe 支付网关集成到 asp.net 网络表单中

[英]Integration of Stripe payment Gateway into asp.net webforms

I want to integrate Stripe payment gateway in asp.net webforms.我想在 asp.net 网络表单中集成 Stripe 支付网关。 I have an aspx page in which I have stored the amount to be charged from the customer into a variable.我有一个 aspx 页面,我在其中将要从客户收取的金额存储到一个变量中。 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.另外,我希望 Stripe 相应地维护客户的数据库。

Collecting payment details in accordance with PCI compliance requires using Elements for card information on your page.根据PCI 合规性收集付款详细信息需要使用Elements获取您页面上的卡信息。 We have a guide for this which included .NET snippets for the server side.我们有一个指南,其中包括服务器端的 .NET 片段。 You may, however, wish to look at using Checkout to manage the payment part of your integration with much less effort.但是,您可能希望考虑使用 Checkout来管理您的集成支付部分,而且工作量要小得多。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM