1

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

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

谁能帮我确定我错过了什么?

4

2 回答 2

1

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

<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' 调用对我来说工作正常。可以分享一下截图吗。我可以调查一下,如果我得到什么,请告诉你。

谢谢

于 2013-07-18T13:18:59.923 回答
1

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

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

于 2013-07-18T13:12:45.370 回答