2016-12-05 64 views
0

我想将2checkout支付网关与我的网站进行整合。我已经打开了一个沙箱帐户。我做了一个HTML页面,如波纹管,它正在工作:2使用韩元汇率支付货款

<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韩元这是根据这个文档的支持: https://www.2checkout.com/documentation/payment-api/create-sale

但它给人一种内部服务器错误

Internal Server Error

你们可以建议我如何添加通用货币的支持?为什么发生错误?

回答

1

KRW目前无法在我们的沙箱环境中测试,我对我们的内部票据做出了回复,因此请审核该信息,因为它提供了解决方法。

+0

非常感谢。 –