且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何从原子支付网关集成响应页面获取支付ID

更新时间:2023-11-20 12:34:34

永远不要接受来自不安全网站的代码来处理任何与真钱有关的事情。

你不知道是谁给你代码,你不知道它是什么是的,您不知道它将钱正确地放入适当的帐户,而不将细节传递给任何第三方。



只从您的支付网关获取此类代码公司 - 否则欺诈的范围太大。请记住,如果您的行为被视为疏忽,您本人可能要对任何损失承担责任 - 从公共论坛获取您的代码肯定会是!
Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from your payment gateway company - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!