|
1
8
authorize.net提供自己的 SDK for PHP and other languages . 可能不需要找别的地方。 |
|
|
2
5
你真走运。这是我使用的(用于SIM网关):
这就是我用来确认的.php
|
|
|
3
5
表单方法是一种不安全的信息传输方式。更好的选择是使用他们的API AIM方法。 这里有一个很好的教程: http://www.johnconde.net/blog/tutorial-integrating-the-authorizenet-aim-api-with-php |
|
|
4
2
Magento支持authorize.net。提取出您需要的代码,因为Magento经过了良好的测试,代码质量良好。 |
|
|
5
2
我认为simdata.php只包含事务数据…比如金额,人名等等。 |
|
|
6
2
JamesGifford为CodeIgniter创建了一些authorize.net代码。下载到此处… http://jamesgifford.com/programming/codeigniter-authorize-net-library/ 我正在使用从authorize.nets dev站点直接获得的php sdk… |
|
|
7
1
这是一个不错的库,可以在CodeIgniter中使用,但可以单独使用: http://code.google.com/p/authorizenetlib/downloads/detail?name=Authorize_net-1.0.php 信用证:詹姆斯吉福德的代码。 |
|
|
8
1
我已经使用了Kohana2.3.x中包含的支付模块和内置的authorize.net驱动程序。 http://docs.kohanaphp.com/addons/payment |
|
|
9
0
http://www.micahcarrick.com/04-19-2005/php-authorizenet-aim-interfacing-class.html 那是我使用的课程。使用起来相当简单。不过,您仍然需要深入研究API,找出您想要发送哪些变量,哪些不想发送。 |