0

有人有安装 Fortumo 移动支付的经验吗?

我已经在我的前端包含了所有代码,我得到的只是带有错误消息“未找到请求的服务”的灯箱。

这是我的代码:

<html>
      <head>
        <script src="http://fortumo.com/javascripts/fortumopay.js" type="text/javascript">  
           </script>
      </head>
<body>
<a id="fmp-button" href="#" rel="b861e82f442de21fcf518527dd2f78d4/74893">
    <img src="http://fortumo.com/images/fmp/fortumopay_96x47.png" width="96" height="47" 
    alt="Mobile Payments by Fortumo" border="0" />
</a>
</body>
</html>

这里是安装文档:http: //developers.fortumo.com/mobile-payments-for-web-apps/making-a-payment/

4

1 回答 1

0

虽然这个问题很老 - 供将来参考:这里的问题是服务类型不匹配。指定的服务 ID 用于 API 服务;集成代码用于跨平台网络支付。

于 2014-09-30T17:36:35.587 回答