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?
相关问题
- Payment not being created
- Aggregation and percentage calculation by groups
- Data aggregation and caching: How to quickly graph
- Data table - apply the same function on several co
- Elasticsearch Query aggregated by unique substring
相关文章
- Quickbooks IPP v3 sales tax issue
- Spark aggregate on multiple columns within partiti
- Does storing aggregated data go against database n
- Group by column “grp” and compress DataFrame - (ta
- elasticsearch - Aggregation returns terms in key ,
- Application log aggregation, management and notifi
- C++ : Association, Aggregation and Composition
- How is instantiation different from aggregation an
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.
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.
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