I'm currently at a stage where i can log a user into their bank account using the DAG testing banks.
For a bank that does not require any MFA is working fine (bank Dag Site)
So i figured i'd move on and start implementing functionality for Q/A MFA using the bank (Dag Site SecurityQA)
Upon doing the login for the bank(SecurityQA) i am able to login straight away. I was not returned any form of Question / Answer model.
so i thought id try another bank (DagSiteMFAAndNoMFA) and again nothing returned in the model of any questions or security questions.
I've checked the response from when the Accounts are added for the MFA. I've checked the webhook data that is returned if the model is there for MFA.
No form of MFA questions.
I've been referring to this document to get the idea of the Yodlee REFRESH concept.
https://developer.yodlee.com/Yodlee_API/Webhooks/Refresh_Event
Are you able to tell me where i can get this Question/Answer / Token / Capture data from when the account is added? I just seem to be logging straight in for all the accounts?
I can also check that the accounts are added via the website api https://developer.api.yodlee.com:443/ysl/restserver/v1/accounts
and the accounts are added but shouldn't be because i have not answered any form of MFA
Based on other peoples questions regarding MFA i see that people are using getMFAResponseForSite but im not sure if these are old Yodlee api calls and they have improved since then.
thanks