yodlee

getMFAResponseForSite - rendering array as a captcha image

人走茶凉 提交于 2020-01-14 03:09:46
问题 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,

Error 415 from IAV Rest API - Get verbose error message

一个人想着一个人 提交于 2019-12-25 07:05:19
问题 I have been trying the Instant Account Verification using the REST api but have run into a couple issues. I receive an error 415(Problem Updating Account) when calling either the addTransferAccountForItem or addItemAndStartVerificationDataRequest api. I'm wondering if there is any way to get a more detailed error message to understand what I'm doing wrong when making these calls. The error message is being returned in XML format although it should be returned in JSON. Here's an example

Getting Error "Any one of [**] of transactionSearchFilter cannot be NULL OR Invalid Values

旧巷老猫 提交于 2019-12-25 04:22:40
问题 Yodlee API is new for me... I am trying to get the user account transactions by using Yodlee REST API in C# . I used executeUserSearchRequest method to get the first page transactions of the user. I referred the executeUserSearchRequest. I Passed all the user input, but I am getting the following error: {"errorOccured":"true","exceptionType":"com.yodlee.core.IllegalArgumentValueException","refrenceCode":"_e651f98b-41c7-48b5-8754-1690a0a23282","message":"Invalid argument value: Any one of

Yodlee Fastlink Callback Issues

十年热恋 提交于 2019-12-23 19:28:41
问题 We have been developing with Fastlink off the dev sandbox (while we wait for our private zone and public zone Fastlink keys) and are running into an issue. Callback isn't occurring after a brokerage account is successfully linked to an account. We are, however, receiving a callback to our specified callback URL when we pass invalid keys, or an invalid nonce. Do you know what might be causing this issue? 回答1: Since Dev sandbox is for testing , the fastlink's close button has be removed and

Can you provide an example of calling putMFARequestForSite with com.yodlee.core.mfarefresh.MFAQuesAnsResponse?

杀马特。学长 韩版系。学妹 提交于 2019-12-23 06:33:50
问题 API Docs: https://developer.yodlee.com/Aggregation_API/Aggregation_Services_Guide/Aggregation_REST_API_Reference/putMFARequestForSite First, is the property that needs to be specified for security question responses QuesAndAnswerDetails or quesAnsDetailArray? Both are used in the docs, but neither worked for me. And are these the sub fields that need to be specified? answer answerFieldType metaData question questionFieldType The pulled MFA form specifies 'responseFieldType' instead of

Can you provide an example of calling putMFARequestForSite with com.yodlee.core.mfarefresh.MFAQuesAnsResponse?

こ雲淡風輕ζ 提交于 2019-12-23 06:33:04
问题 API Docs: https://developer.yodlee.com/Aggregation_API/Aggregation_Services_Guide/Aggregation_REST_API_Reference/putMFARequestForSite First, is the property that needs to be specified for security question responses QuesAndAnswerDetails or quesAnsDetailArray? Both are used in the docs, but neither worked for me. And are these the sub fields that need to be specified? answer answerFieldType metaData question questionFieldType The pulled MFA form specifies 'responseFieldType' instead of

Fastlink Landing page is not getting rendered

不想你离开。 提交于 2019-12-20 04:52:54
问题 I am working on implementing Fastlink 2.0 integration for aggregation and IAV for my application. I am able to get the oauth token for both Aggregation and IAV but when I am using it along with the required parameters to render the Fastlink landing page I am getting the response as Cannot get resource. The steps I followed are as below: Logged in with Cobrand username and password and got the cobrandSessionToken (e.g. 08062013_0

Yodlee User password reset

只谈情不闲聊 提交于 2019-12-13 05:27:18
问题 I am using Yodlee aggregation api's and i was wondering if there is a way to reset password for an existing user without knowing the current password ? The API Documentation says that a user can only be unregistered if userId/password are known? 回答1: you can use the below set of API's which will help you to reset the password of any existing user without knowing their password.However you should have a valid co-brand login and registered user id. Password Rest Management Service APIs: Step 1.

FastLink Refresh Site flow shows error page or goes directly to callback

馋奶兔 提交于 2019-12-13 02:43:15
问题 When following the documentation for the Refresh Site flow, I end up in one of two situations: 1) The iFrame shows this error screen: this occurs with both real accounts and DAG accounts. 2) The iFrame is immediately redirected to my callback URL with oauth_token , account_id and status parameters, where status is "in_progress". That's fine if that's how it's supposed to work, but it's my understanding based on the FastLink Product Guide that the refresh flow should result in the iFrame

Yodlee REST API - error adding new user “Exception Occurred”

匆匆过客 提交于 2019-12-13 00:41:05
问题 I am trying to use the Yodlee REST API to access our Private Zone and add a new user. I am using the register3 api which I'm calling at https://sdkint11.yodlee.com/yodsoap/srest/private-XXX/v1.0/jsonsdk/UserRegistration/register3 The dummy user credentials are as follows: { cobSessionToken: '10072014_0:58f1876ccc25848a712fade98d9d31c067cb5b4d322094845b4f8359ee59dc2ba01f1e94cfc9d5bd116d32ff6333f84fd848817b9b20cd9b1e85d50774a0ea32', userCredentials: { loginName: 'AAAAAA', password: 'BBBBBB',