【问题标题】:Why does discoverAndAddAccount method of the API Explorer return a General IO Error?为什么 API Explorer 的 discoverAndAddAccount 方法会返回 General IO Error?
【发布时间】:2013-07-18 12:47:28
【问题描述】:

通过API Explorer调用discoverAndAddAccount方法返回如下错误:

HTTP Status 500 - message=General IO error while proxying request; errorCode=006003; statusCode=500

谁能帮我找出我错过了什么?

【问题讨论】:

  • 我在使用 V3 API for IPP 时遇到了这个问题

标签: intuit-partner-platform customer-account-data-api


【解决方案1】:

您是否在 API Explorer 中传递了证书的私钥密码和 SSL 密钥?

https://developer.intuit.com/docs/0020_customeraccountdata/007_firstrequest

【讨论】:

  • 是的,getInstitutions 和 getInstitutionDetails 方法对我有用,但其他方法不行。
【解决方案2】:

请验证您是否传递了正确的请求正文

<InstitutionLogin xmlns="http://schema.intuit.com/platform/fdatafeed/institutionlogin/v1">
    <credentials>
        <credential>
            <name>Banking Userid</name>
            <value>direct</value>
        </credential>
        <credential>
            <name>Banking Password</name>
            <value>anyvalue</value>
        </credential>
    </credentials>
</InstitutionLogin>

文档参考 - https://developer.intuit.com/docs/0020_customeraccountdata/customer_account_data_api/0020_api_documentation/0020_discoverandaddaccounts#Discover_and_Add_Request

在使用虚拟 CC_Bank 进行测试时,请参阅以下文档以获取正确的用户 ID 和密码>

https://developer.intuit.com/docs/0020_customeraccountdata/customer_account_data_api/testing_calls_to_the_api

如果不能解决问题,请提出支持票。

链接 - http://developer.intuit.com/Support/Incident

谢谢

编辑 { 添加快照 }

'DiscoverAndAddAccounts' 调用对我来说工作正常。可以分享一下截图吗。如果我得到什么,我可以调查一下,让你知道。

谢谢

【讨论】:

  • 谢谢玛纳斯!我也尝试在虚拟 CC 银行上运行该方法。虽然它在 API Explorer 上不起作用(同样的错误),但我可以单独为这家银行使用 .NET SDK。对于所有其他人,同样的问题。
  • @bharathitm 我在原始帖子中添加了一个快照。请检查
  • 嘿 Manas,非常感谢您对此进行调查。我无法附上屏幕截图,因为我没有足够的声望点。请在 -54.242.24.106/WSerror.png 找到图片
  • 你能在这里分享请求正文吗?您是否可以将其他端点与您的 OAuth 凭据一起使用?
猜你喜欢
  • 2023-03-18
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-04-27
相关资源
最近更新 更多