No Challenge session id or Challenge node id in di

2019-07-24 23:58发布

I've tried to add a CIBC account using the API explorer interface. I've got back a 401 response with response body specifying a challenge. However, in the response header, there is only "content-length", no challenge session id or challenge node id as expected. Did I miss something?

2条回答
不美不萌又怎样
2楼-- · 2019-07-25 00:28

This is a valid bug in ApiExplorer and will be fixed as part of the aug 23rd patch. Sorry about the inconvenience. Like mentioned ,in the interim, you can use one of the sdk's.

查看更多
我欲成王,谁敢阻挡
3楼-- · 2019-07-25 00:39

It seems, there is an UI bug in the CAD ApiExplorer. It is not returning the challange nodeId and sessionId. It should be fixed soon.

Ideally this 'DiscoverAndAddAccounts' API call returns a response like following.

enter image description here

In the mean time, you can try this call using java/.net devkit

Ref code(java) - https://github.com/IntuitDeveloperRelations/IPP_Sample_Code/blob/master/CustomerAccountData/Java/AggCatSampleApplication/src/main/java/com/intuit/aggcat/AggCatApiController.java

[Method - discoverAndAddAccounts(HttpServletRequest request, Model model)]

[ For CC_Bank use 'tfa_text2' as userid and 'anyvalue' as pwd]

Devkit and Sample App Link - https://developer.intuit.com/docs/0020_customeraccountdata/devkits

Thanks

查看更多
登录 后发表回答