【发布时间】: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