yodlee

How to Reference Yodlee SOAP API

北城以北 提交于 2019-12-12 05:48:50
问题 I'm attempting to utilize the Yodlee SOAP API for a web application in ASP.NET 4.5. I was under the impression that I could add a service reference to it with the url: https://rest.developer.yodlee.com/services/services/v1.0 However, this did not work and gave me the following error message: There was an error downloading 'https://rest.developer.yodlee.com/services/services/v1.0/_vti_bin/ListData.svc/$metadata'. The request failed with the error message: The service cannot be found for the

What is the MFA differences spotted in this case

孤街浪徒 提交于 2019-12-12 02:50:59
问题 What is the difference when a site account is like this (PMPS, FMPA)? "mfaType": { "typeId": 5, "typeName": "MULTI_LEVEL" }, "mfaCoverage": "PMPS", Versus this: "mfaType": { "typeId": 4, "typeName": "SECURITY_QUESTION" }, "mfaCoverage": "FMPA", 回答1: "mfaCoverage": "PMPS" is used for representing the financial institution sites which does not prompt MFA for all the users accessing the web site. This denotes that MFA will be prompted only for some users. "mfaCoverage": "FMPA" is used for

Yodlee: Unable to convert image codes into captcha in getMFAResponseForSite(Captcha type) - C#

梦想的初衷 提交于 2019-12-12 02:49:35
问题 After adding MFA enabled (captcha type MFA) site accounts through "addSiteAccounts1" API, i have got the response of image codes, which we want to convert into captcha image. I have checked with many scripts to convert but no result. Is there any simple steps to get the image(in C#). Following is the MFA response, { "isMessageAvailable":true, "fieldInfo":{ "responseFieldType":"text", "imageFieldType":"image", "image":[ 66, 77, 58, 116, 0, 0, 0, 0, 0, 0, 54, 0, 0, 0, 40, 0, 0, 0, -91, 0, 0, 0,

Yodlee REST API /authenticate/login returns 415 error

天大地大妈咪最大 提交于 2019-12-12 02:04:27
问题 I have created a Yodlee developer account and with the sample provided i am able to do a coblogin ... however if I now do a user login it gives a 415 error. I am referencing this info: https://developer.yodlee.com/Aggregation_API/Aggregation_Services_Guide/Aggregation_REST_API_Reference/login This is the rest data i am sending to /authenticate/login I am doing a POST and even sent in the header the application/x-www-form-urlencoded Array ( [cobSessionToken] => 08062013_0

Please explain the refresh process that yodlee employs..

微笑、不失礼 提交于 2019-12-11 20:23:57
问题 Please explain the refresh process that is employed when refreshing transaction data, answering the following questions: 1) How often does this refresh happen? 2) What time does it happen? 3) Does it happen at different times for different institutions? 4) IF a refresh fails for a particular account for one user, how is that handled? 5) What happens if all txs from one bank for all users fails? 回答1: 1) How often does this refresh happen? Yodlee does a refresh on a daily basis during a 19 hour

Yodlee TransactionView and ItemId

不打扰是莪最后的温柔 提交于 2019-12-11 17:28:25
问题 How does one get the corresponding ItemId of a TransactionView object? I am running a transaction search for a user context (meaning I am not limiting the search to specific ItemId's) and I don't see any data on the TransactionView object that would indicate I can retrieve the ItemId the transaction relates to. 回答1: There are 2 ways to get this required information: The Transaction view object which is coming as the response for your search using user context, in that response you will be

Get all user transactions with executeUserSearchRequest

别来无恙 提交于 2019-12-10 12:02:21
问题 I'm using the Yodlee REST API and am trying to retrieve all user transactions in giving dates. When calling executeUserSearchRequest with the following params, I get only 13 transactions instead of more. transactionSearchRequest.containerType=all transactionSearchRequest.higherFetchLimit=500 transactionSearchRequest.lowerFetchLimit=1 transactionSearchRequest.resultRange.startNumber=1 transactionSearchRequest.resultRange.endNumber=500 transactionSearchRequest.searchClients.clientId=1

getAllContentServices returns Huge Data

不打扰是莪最后的温柔 提交于 2019-12-08 10:19:31
问题 I am using Yodlee “getAllContentServices” API to get all content services. But service returns a huge amount of data (More Than 26 MBs) and returns more than 12k records, which is very difficult to handle in a single service call, Is it any other way exist to access this service page wise. Thanks 回答1: There are two options to do this - call getAllContentServices and pass "notrim=false" and then for each contentService ID you can call - getContentServiceInfo1 with desired reqSpecifier to get

getMFAResponseForSite - rendering array as a captcha image

北城余情 提交于 2019-12-06 14:58:44
I'm working with Yodlee MFAs, in this case, captcha, and I'm wondering how to render the image field from this JSON response: { "isMessageAvailable":true, "fieldInfo":{ "responseFieldType":"text", "imageFieldType":"image", "image":[ 66, 77, 58, 116, 0, 0, 0, 0, 0, 0, 54, 0, 0, 0, 40, 0, 0, 0, -91, 0, 0, 0, 45, 0, 0, 0, 1, 0, 32, 0, 0, 0, 0, 0, 4, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0, -1, -1, -1, 0, -1, -1, -1, 0, -1, -1, -1, 0, -1, -1, -1, 0, -1, -5, -1, 0, -1, -1, -1, 0, -9, -9, -9, 0, -1, -5, -1, 0, -1, -1, -1, 0, -1, -5, -1, 0, -17, -17, -17, 0, -1, -1,

Is there Yodlee FastLink configuration that is mobile-aware or responsive?

非 Y 不嫁゛ 提交于 2019-12-06 10:55:18
问题 FastLink looks good stand-alone and in an 800x600 iFrame in the desktop browser, but I'm hoping there are some more mobile-friendly configurations that I just missed in the docs. I see the access_type and displayMode parameters here, which would imply that what I'm hoping for is at least a possibility: http://developer.yodlee.com/Aggregation_API/Aggregation_Services_Guide/FastLink_for_Aggregation/Yodlee_FastLink_Integration_Guide I've been unable to find any other reference to those