仅使用 paypal asp.net SDK 进行信用卡处理
我正在尝试使用贝宝来处理我的信用卡交易。我有一个基于 C# 的 ASP.NET 应用程序,用于收集用户信息并计算总费用。我只是想使用 paypal asp.net sdk 将账单信息和总成本传递给 paypal 进行处理,但在 sdk 中找不到有关如何执行此操作的任何示例。我不确定从哪里开始,我已经从 paypal 示例中研究了 SDK AP 和 AA 解决方案,但似乎都没有像我需要的那样简单。本质上,我正在寻找这个过程的正确方向的第一步。
I am trying to use paypal simply to handle my credit card transactions. I have a C# based asp.net application that collects the users information and calculates the total charge. I simply want to use the paypal asp.net sdk to pass the billing information and the total cost to paypal for processing but cannot find any examples in the sdk on how to do this. I'm not sure exactly where to begin, I've looked into both the SDK AP and AA solutions from the paypal samples but neither seem to do things as simply as what I need. Essentially I'm looking for the first step in the right direction for this process.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经发布了一些关于如何执行此操作的博客文章,包括如何处理“表单”问题:
http ://codersbarn.com/?tag=/paypal
检查 PayPal 文档以了解要传递的参数。
I've put out some blog posts on how to do this, including how to handle the "form" problem:
http://codersbarn.com/?tag=/paypal
Check the PayPal documentation for the parameters to be passed.