Authorize.net PHP - 如何使用CIM进行每月付款?

时间:2010-10-12 00:06:45

标签: php xml authorize.net

我在Authorize.net客户信息管理器中看到了PHP的各种库,但我还没有看到如何管理频率或自动每月或定时付款。

这可能吗?怎么样?

谢谢!

1 个答案:

答案 0 :(得分:1)

如果您正在运行Linux服务器,则可以使用cron。 Cron是一个系统进程,可以运行您放置的作业,这些作业通过在文本文件中写入来为您提供工作。

要了解有关cron的更多信息,请参阅此处:http://troy.jdmz.net/cron/

然后你可以用cron运行php脚本。这篇文章解释了如何执行此操作:http://www.htmlcenter.com/blog/running-php-scripts-with-cron/


如果您使用Windows,我建议您使用Windows任务计划程序。 也可以使用Cron in Windows,但还有很多额外的工作,所以如果您使用Windows服务器,我个人建议使用Windows Task Scheduler