Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/294.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
php中的Paygate定期付款_Php_Payment_Recurring - Fatal编程技术网

php中的Paygate定期付款

php中的Paygate定期付款,php,payment,recurring,Php,Payment,Recurring,我正在客户网站上设置定期付款选项。使用Paygate“PaySub”(paysubscription)方法“发送付款请求的代码”支付捐款。但是他们的代码没有关于支付网站在每个定期到期日向订户网站发送通知的通知url的线索。我将如何跟踪在到期日发生的每个重复事件。 这里提到了设置定期付款的代码 <form action="https://www.paygate.co.za/paysubs/process.trans" method="POST" > <input type="hi

我正在客户网站上设置定期付款选项。使用Paygate“PaySub”(paysubscription)方法“发送付款请求的代码”支付捐款。但是他们的代码没有关于支付网站在每个定期到期日向订户网站发送通知的通知url的线索。我将如何跟踪在到期日发生的每个重复事件。 这里提到了设置定期付款的代码

<form action="https://www.paygate.co.za/paysubs/process.trans" method="POST" >
<input type="hidden" name="VERSION" value="21">
<input type="hidden" name="PAYGATE_ID" value="10011013800">
<input type="hidden" name="REFERENCE" value="Customer1">
<input type="hidden" name="AMOUNT" value="3299">
<input type="hidden" name="CURRENCY" value="ZAR">
<input type="hidden" name="RETURN_URL" value="http://localhost">
<input type="hidden" name="TRANSACTION_DATE" value="2015-12-06 18:30">
<input type="hidden" name="SUBS_START_DATE" value="2015-12-06">
<input type="hidden" name="SUBS_END_DATE" value="2016-12-06">
<input type="hidden" name="SUBS_FREQUENCY" value="111">
<input type="hidden" name="PROCESS_NOW" value="NO">
<input type="hidden" name="PROCESS_NOW_AMOUNT" value="">
<input type="hidden" name="CHECKSUM" value="f672dfced5732fd4c8dc58e2a4c6ce78">
<input type="submit" value="Submit">
</form>


提前感谢。

返回url仅用于从支付网站返回到订户网站及其工作正常。但问题是,我将如何知道通过定期付款支付的每一笔付款的状态。我的意思是,如果定期付款设置为1年,那么我如何知道每个月付款。因此,检查api是否有一些方法api具有我上面提到的所有代码。我甚至还发电子邮件到“info@paygate.co.za“和”support@paygate.co.za”但是他们还没有回答。感谢您对我的帖子进行评论。如果不是更好的话,请在他们的github存储库上创建一个问题,返回url仅用于从支付站点返回订户站点,并且工作正常。但问题是,我将如何知道通过定期付款支付的每一笔付款的状态。我的意思是,如果定期付款设置为1年,那么我如何知道每个月付款。因此,检查api是否有一些方法api具有我上面提到的所有代码。我甚至还发电子邮件到“info@paygate.co.za“和”support@paygate.co.za”但是他们还没有回答。感谢您在我的帖子中进行评论。如果不是更好的话,请在github存储库中创建一个问题