customer-account-data-api

No Challenge session id or Challenge node id in discoverAndAddAccounts() in API explorer

空扰寡人 提交于 2019-12-24 16:17:53
问题 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? 回答1: 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

Under what situation would the discoverAndAddAccountsResponse method in IPP AggCat be used?

荒凉一梦 提交于 2019-12-11 12:39:14
问题 I understand to verify that a bank is not asking more than one set of MFA questions, you must check the results from each discoverAndAddAccounts call, but IPP AggCat for .Net also offers the discoverAndAddAccountsResponse method. Can this method also pass back the new Challenge/Response questions? If so, how, and if not, when would this method ever be used? Thanks for any help in advance. 回答1: The latest release, 1.3.0, has an additional overload to DiscoverAndAddAccountsResponse that passes

aggcat php sample is not working

流过昼夜 提交于 2019-11-29 11:35:42
I'm using the following configuration: Apache/2.2.22 (Win32) PHP/5.4.17 When performing php sample I recieve the following error messages: Notice: Undefined offset: 1 in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\Intuit_Original\class.aggcatauth.php on line 199 $ResponseKVPairs[$OneKVPair[0]] = $OneKVPair[1]; Notice: Undefined index: oauth_token in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\Intuit_Original\class.aggcatauth.php on line 202 $oauth_token = $ResponseKVPairs['oauth_token']; Notice: Undefined index: oauth_token_secret in C:\Program

aggcat php sample is not working

£可爱£侵袭症+ 提交于 2019-11-28 05:31:21
问题 I'm using the following configuration: Apache/2.2.22 (Win32) PHP/5.4.17 When performing php sample I recieve the following error messages: Notice: Undefined offset: 1 in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\Intuit_Original\class.aggcatauth.php on line 199 $ResponseKVPairs[$OneKVPair[0]] = $OneKVPair[1]; Notice: Undefined index: oauth_token in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\Intuit_Original\class.aggcatauth.php on line 202 $oauth