我想将2checkout支付网关与我的网站集成。我已经开了一个沙箱帐户。我创建了一个像下面这样的HTML页面,它正在运行:
<form action='https://sandbox.2checkout.com/checkout/purchase' method='post'>
<input type='hidden' name='sid' value='901249407'>
<input type='hidden' name='quantity' value='1'>
<input type='hidden' name='product_id' value='1'>
<input type='hidden' name='currency_code' value='USD'>
<input name='submit' type='submit' value='Buy from 2CO' >
</form>
我需要在我的网站上支付韩元。所以我将currency_code设置为KRW,根据此doc支持KRW: https://www.2checkout.com/documentation/payment-api/create-sale
但它提供了内部服务器错误。
你们可以建议我如何增加韩国货币支持吗?为什么会出现错误?
答案 0 :(得分:1)
KRW目前无法在我们的沙盒环境中进行测试,我已经回复了您的内部机票,因此请查看该信息,因为它提供了一种解决方法。