如何将旧的realex付款代码更新为最新的3ds v2?

问题描述

我的旧代码正在使用xml和json,需要将其更新为最新的3D Secure v2。

$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,"https://epage.payandshop.com/epage-remote.cgi");
curl_setopt($ch,CURLOPT_POST,1);
curl_setopt($ch,CURLOPT_USERAGENT,"payandshop.com PHP version 0.9");
curl_setopt($ch,CURLOPT_RETURNTRANSFER,CURLOPT_POSTFIELDS,$xml);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,FALSE); // this line makes it work under https 
$response = curl_exec ($ch);
curl_close ($ch);

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)