使用 Authorize.Net IPN 和 PHP 销售数字商品/电子书
我正在尝试从我的网站上销售一些产品,我只需要接受信用卡并能够将下载推送给买家。
这是使用 paypal 商品
的绝佳方法http://www.ngcoders.com/php/looking-digital-goods-with-paypal-ipn-and-php
你知道我是否可以做同样的事情authorize.net?
i am trying to sell a few products off my website, and i need to just accept a credit card and be able to push a download to the buyer.
here's an excellent way to do this with paypal items
http://www.ngcoders.com/php/selling-digital-goods-with-paypal-ipn-and-php
do you know if i can do the same thing authorize.net?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有 3 种方法可以将您的应用程序与authorize.net 集成:
您最有可能使用第二种方法。
示例代码可以在这里下载: http://developer.authorize.net/samplecode/
基本上,表单将如下所示:
URL 是以下之一:
有关更多详细信息,请参阅示例代码。
There are 3 ways to integrate your application with authorize.net:
You are most likely to use the 2nd approach.
Sample code can be downloaded here: http://developer.authorize.net/samplecode/
Basically, the form will look like this:
And the URL is one of the following:
See the sample code for more details.