使用 PHP 通过 Mercanet 进行支付
在一家位于法国的公司的电子商务网站中,我们希望通过 Mercanet (BNP Paribas) 接受付款。我下载了 Linux 的 API,它只包含两个二进制文件(请求、响应),没有 PHP 示例。服务台也没有答复。我还下载了该网站的证书,但由于没有指导文件而卡住了。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于那些使用 ATOS / Mercanet / Sips 支付系统的人来说,下面是他们发送给我的 PHP 文件的示例。
他们所有的帮助文档都是法语的。
请务必注意,有 32 位和 64 位版本 - 您必须使用正确的版本。我尝试了这里提到的技巧
https://translate.googleusercontent.com/translate_c?depth=1&hl=en&prev=search&rurl=translate.google.co.za&sl=fr&u=http:// /www.developpez.net/forums/d599959/webmasters-developpement-web/general-conception-web/e-commerce/probleme-d-installation-d-plug-in-mercanet/&usg=ALkJrhj4iJ0kxEE9EoUbQTjq_0peu4_PSQ
FTP 技巧不起作用。
https://translate.googleusercontent.com/translate_c?depth=1&hl=en&prev=search&rurl=translate.google.co.za&sl=fr&u=http://www.developpez.net /probleme-d-installation-d-plug-in-mercanet/&usg=ALkJrhiEypDQCmEu5uVWD5uDpOChAAaNbQ
32位黑客不起作用
/forums/d1154720/webmasters-development-web/general-conception-web/e- commerce 给你很好的指示。翻译看起来足够好,可以理解它
https://translate.googleusercontent.com/translate_c?depth=1&hl= en&prev=search&rurl=translate.google.co.za&sl=fr&u=http://thierry-godin.developpez.com/php/atos/&usg=ALkJrhjC12cJksMlauYxLvwnoxPV0G__9g
唯一的事情有效的是拥有正确的版本。
还要记住,如果您使用 git,推送可能会重置权限,那么每次推送时都必须 755 请求文件。
PHP 示例:
TO anybody out there pulling their hair out with the ATOS / Mercanet / Sips payment system, below is an example of the PHP file they sent me.
All their help docs is in french.
It is important to note that there are 32 and 64 bit versions - you have to use correct one. I tried the tricks mentioned here
https://translate.googleusercontent.com/translate_c?depth=1&hl=en&prev=search&rurl=translate.google.co.za&sl=fr&u=http://www.developpez.net/forums/d599959/webmasters-developpement-web/general-conception-web/e-commerce/probleme-d-installation-d-plug-in-mercanet/&usg=ALkJrhj4iJ0kxEE9EoUbQTjq_0peu4_PSQ
FTP trick did not work.
https://translate.googleusercontent.com/translate_c?depth=1&hl=en&prev=search&rurl=translate.google.co.za&sl=fr&u=http://www.developpez.net/forums/d1154720/webmasters-developpement-web/general-conception-web/e-commerce/probleme-d-installation-d-plug-in-mercanet/&usg=ALkJrhiEypDQCmEu5uVWD5uDpOChAAaNbQ
32bit hack did not work
this give you pretty good instructions. translations looks good enough to make sense of it
https://translate.googleusercontent.com/translate_c?depth=1&hl=en&prev=search&rurl=translate.google.co.za&sl=fr&u=http://thierry-godin.developpez.com/php/atos/&usg=ALkJrhjC12cJksMlauYxLvwnoxPV0G__9g
the only thing that worked was having the correct version.
also remember if you using git, a push may reset permissions, then you have to 755 the request file everytime you push.
PHP example: