【问题标题】:How to integrate payment gateway如何集成支付网关
【发布时间】:2017-01-01 09:03:14
【问题描述】:

我实现了一个 ccavenue 支付网关。当我向 ccavenue 发送请求时,它显示错误。错误为:Error Code: 10002 Merchant Authentication failed。

【问题讨论】:

    标签: payment-gateway ccavenue


    【解决方案1】:

    这意味着您提到了错误的商家 ID 或没有提到商家 ID。 如果您从表单发送商家 ID,则不要在 ccavRequestHandler.php 中提及 如果您正在测试 ccavenue 支付网关,那么您应该使用https://test.ccavenue.com/transaction/transaction.do?command=initiateTransaction 形式的操作链接 实际付款https://secure.ccavenue.com/transaction/transaction.do?command=initiateTransaction

    For more details you can ask for help from ccavenue on service@ccavenue.com  this email
    

    【讨论】:

      【解决方案2】:

      如果你在 php.ini 中工作。 在集成工具包中搜索 ccavRequestHandler.php 文件,在编辑器中打开它,您会发现一些变量声明为 $merchant_data、$working_key 和 $access_code。 将您将从 ccavenue 配置文件中获取的 api 值分配给这些变量。

      附言- 如果您没有完整的集成工具包,请从 ccavenue 网站下载完整的集成工具包

      【讨论】:

        猜你喜欢
        • 2020-04-14
        • 2011-05-05
        • 2016-02-02
        • 2012-05-21
        • 2011-03-10
        • 2013-07-21
        • 2015-03-19
        • 2013-07-18
        • 2017-01-19
        相关资源
        最近更新 更多