【问题标题】:2Checkout payment using Korean Won currency2使用韩元结帐付款
【发布时间】:2017-04-19 10:40:59
【问题描述】:

我想将 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: https://www.2checkout.com/documentation/payment-api/create-sale

但它给出了一个内部服务器错误

你们能建议我如何添加韩币支持吗?为什么会出现错误?

【问题讨论】:

    标签: php html paypal payment-gateway 2checkout


    【解决方案1】:

    KRW 目前无法在我们的沙盒环境中进行测试,我已回复您与我们的内部请求,因此请查看该信息,因为它提供了一种解决方法。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-06-15
      • 2012-03-26
      • 1970-01-01
      • 2012-12-10
      • 2019-09-30
      • 2013-10-21
      • 2014-12-03
      相关资源
      最近更新 更多