linking Credit card account with YodleeAPI - yodlee

We are getting MFA_INFO_NOT_PROVIDED_IN_REAL_TIME_BY_USER_VIA_APP while linking account with Yodlee API ,any one help to resolve this error

It means that you haven't provided MFA information within time.
Please check our API flow- https://developer.yodlee.com/Yodlee_API/API_Flow/Add_Account_With_ProviderAccount
Also check our status codes-https://developer.yodlee.com/Yodlee_API/Status_Codes
Hope this helps.
Regards,
Krithik

Related

Instagram Client ID

I'm looking to get an instagram client ID to integrate with our website but I can't seem to find it anywhere.
Help would be greatly appreciated.
Thank you in advance.
Kind regards
Arnaud
You have to register on https://www.instagram.com/developer/register/ to create a developer API/Account. You can create API Credentials like your Client-ID there. Its not possible with just a "normal user account".

Yodlee: how to refresh expired cobrand access

i've registered with Yodlee developer site and got 45 day access to testing API. Now my access expired and i would like to refresh my access without need to re-register with another email address. Is it possible?
It is not a problem . You can get in touch with the Yodlee sales team and provide your username( which you had used to log in to the developer portal).
You can also provide your details in the LiveChat which you will find on the bottom right hand corner(in Yodlee Developer Portal) with a label - "Leave a message"
Hope this helps.
Regards,
Krithik

How can I get Instagram API Permissions?

I have the problem in Instagram Permissions that I sent 2 submissions, which got denied... LOL My app needs public_content Scope but Instagram approved only my basic request. I am wondering whether you may help me to use my app to solve this issue.
Regards: amir
Try using this call of api to get the access code
https://api.instagram.com/oauth/authorize/?client_id=[]&redirect_uri=[]&response_type=code&scope=public_content
Try reading the oficial Instagram developer guide. This links can help you.
link | https://www.instagram.com/developer/review/
link | https://www.instagram.com/developer/authorization/
In this website you can read about permissions on three main criteria.
Criteria for Review
1. Utility
The requested permissions must provide a non-automated, authentic, high-quality experience to your user and the larger Instagram community.
2. Visibility
Data gained from the permission needs to be tied to a direct use and visibly used within your app. We do not accept permission requests for data that you may decide to use later.
3. Validity
The requested permission needs to be tied to a valid use case.
Regards

Invalid account details accepts while adding new site account in yodlee live API

I'm using yodlee live API to link the bank transaction details.
Invalid bank account details accepts, when we add new site account in yodlee via live API, For example, the the account details like xxxxx and yyyyy, then the account added successful.
It's normal or any settings to be turned on in yodlee account or API parameters?
How can i validate the account details? while user add new site account?
Thanks in advance.
Though Yodlee accepts the invalid details/credentials, the account would fail. This would be represented by an Error code such as 402, which would mean that the credentials are wrong.
This is normal setting and teh only way you can validate if the details are right is by checking the status of the account. The error code should be "0" if everything is right.
Hope this helps. You can get more details on error codes under different scenarios #Error Code
Hope this helps
-Vijay
In short: Yodlee doesn't know the username/password entered during add account are correct or not; it has to validate the same with Bank website.
To explain you the process:
When you are adding a particular Bank account, you provides the username/password(it may be correct or incorrect) Yodlee doesn't know and can't validate at the time of submission. Yodlee takes the inputs(username/password) and submits the same to the Bank website(which consumer had selected); meanwhile you'll receive a response from API- addSiteAccount1, which will have the code as 801 (Refresh Never Done and Yodlee is going to update your account).
Once Bank website validate the same and found them incorrect Yodlee return 402 error code(invalid credentials), you need to call getSiteRefreshInfo API to check the same in loops each of 3-4sec.

Yodlee REST API: How to resolve CobrandUserAccountLockedException?

Currently, I am making the following POST call:
https://rest.developer.yodlee.com/services/srest/restserver/v1.0/authenticate/coblogin?cobrandLogin=sbCobFoo&cobrandPassword=Bar
(Note that I inserted a fake login and password for the purpose of this post). I am getting the following response:
{"Error":[{"errorDetail":"The account for user sbCobFoo is locked"}]}
I wasn't able to find anything in the Yodlee documentation, other than that this error represents CobrandUserAccountLockedException. Has any one encountered this error and/or know how to resolve it (i.e. unlock my account)?
You will need to reach out to your Yodlee Customer Service representative to get your credentials unlocked. Yodlee does not provide any API to unlock user/cobrand account(s).