简体   繁体   English

如何从银行获取转账确认(通过PHP)?

[英]How to get transfer confirmation from bank(by PHP)?

currently in progress making my first website, about selling something. 目前正在制作我的第一个网站,关于出售东西。 But, i want the payments via offline. 但是,我希望通过离线付款。 The first is direct payment and second is via bank transfer (to certain account, my account). 第一种是直接付款,第二种是通过银行转帐(到特定帐户,即我的帐户)。

how the get the transaction confirmation from bank to my machine(server) and then my machine automatically send confirmation to customer? 如何从银行获得交易确认到我的机器(服务器),然后我的机器自动将确认发送给客户? or the bank send automatically send the confirmation right after transaction?(make some agreement to the bank) 还是银行在交易后立即自动发送确认信?(与银行达成协议)

最好且安全的方法是使用paypal我不确定那家特定银行,无论该银行是否提供任何APIpaypal都是在线交易的最佳选择

currently in progress making my first website, about selling something. 目前正在制作我的第一个网站,关于出售东西。 But, i want the payments via offline. 但是,我希望通过离线付款。 The first is direct payment and second is via bank transfer (to certain account, my account). 第一种是直接付款,第二种是通过银行转帐(到特定帐户,即我的帐户)。

You Can try the code below sir!..replace my email and test it!.. 您可以尝试下面的代码,先生!..替换我的电子邮件并进行测试!..

https://www.sandbox.paypal.com/cgi-bin/webscr'; https://www.sandbox.paypal.com/cgi-bin/webscr'; // Test Paypal API URL $paypal_id='itprowenkz@gmail.com'; //测试Paypal API URL $paypal_id='itprowenkz@gmail.com'; // Business email ID ?> //商业电子邮件ID?>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM