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

Integration of Stripe payment Gateway into asp.net webforms

我想在 asp.net 网络表单中集成 Stripe 支付网关。我有一个 aspx 页面,其中我已将要从客户收取的金额存储到一个变量中。我想将此金额值发送到条带支付网关,并相应地接收支付状态。另外,我希望 Stripe 相应地维护客户的数据库。

根据 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 收集付款详细信息,以更轻松地管理集成的付款部分。