【问题标题】:Skrill Payment gateway displays only "Skrill Digital Wallet" payment optionSkrill 支付网关仅显示“Skrill 数字钱包”支付选项
【发布时间】:2015-07-29 05:11:54
【问题描述】:

我试图将 skrill 支付网关集成到我的网站。我使用了下面的 HTML 代码

<html>
<body>
<form action="https://www.moneybookers.com/app/payment.pl" method="post">
<input type="hidden" name="pay_to_email" value="xxx@xxx.com"/>

<input type="hidden" name="language" value="EN"/>
<input type="hidden" name="amount" value="60"/>
<input type="hidden" name="currency" value="USD"/>
<input type="hidden" name="detail1_description" value="YourApp"/>
<input type="submit" value="Pay!"/>
</form>
</body>
</html>

但它只显示“Skrill 钱包”付款方式。 yohan@theacetechnologies.com 不是测试账号,是我的真实账号。我来自斯里兰卡。

你能帮我看看这里发生了什么吗?

【问题讨论】:

  • 鉴于目前还没有skrill标签,我认为对Skrill支付网关有专业知识的用户并不多。这个问题可能更适合 Skrill 的技术支持/错误跟踪器。但我可能是错的。
  • @TinyGiant:是的。你知道有什么好的支付服务吗?
  • 我自己还没有使用它,但我将要实施的下一个将是stripe。但我也不知道这里是否有很多追随者。

标签: html payment-gateway payment


【解决方案1】:

当 Skrill 还是 Moneybookers 时,我们的集成使用...

<input type='hidden' name='hide_login' value='1'>
<input type='hidden' name="payment_methods" value="ACC">

替代选项是...

<input type='hidden' name='hide_login' value='0'>
<input type='hidden' name="payment_methods" value="WLT">

希望这会有所帮助。

【讨论】:

    猜你喜欢
    • 2015-08-03
    • 1970-01-01
    • 2020-09-24
    • 2019-06-21
    • 2023-03-20
    • 2016-10-07
    • 2015-06-06
    • 2016-02-25
    • 2016-06-16
    相关资源
    最近更新 更多