API资源管理器中的discoverAndAddAccounts()中没有挑战会话ID或挑战节点ID

时间:2013-06-25 18:47:10

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

我尝试使用API​​资源管理器界面添加CIBC帐户。我已经回复了401响应,响应主体指定了挑战。但是,在响应头中,只有“内容长度”,没有挑战会话ID或挑战节点ID。我错过了什么吗?

2 个答案:

答案 0 :(得分:0)

似乎CAD ApiExplorer中存在UI错误。它没有返回challange nodeId和sessionId。它应该很快修复。

理想情况下,此“DiscoverAndAddAccounts”API调用会返回如下的响应。

enter image description here

同时,您可以使用java / .net devkit

尝试此调用

参考代码(java) - https://github.com/IntuitDeveloperRelations/IPP_Sample_Code/blob/master/CustomerAccountData/Java/AggCatSampleApplication/src/main/java/com/intuit/aggcat/AggCatApiController.java

[方法 - discoverAndAddAccounts(HttpServletRequest请求,模型模型)]

[对于CC_Bank,使用'tfa_text2'作为用户ID,'anyvalue'作为pwd]

Devkit和示例应用链接 - https://developer.intuit.com/docs/0020_customeraccountdata/devkits

由于

答案 1 :(得分:0)

这是ApiExplorer中的有效错误,将作为aug 23rd补丁的一部分修复。很抱歉给您带来不便。如上所述,在此期间,您可以使用其中一个sdk。