Can DAG be used with the REST API?

257 Views Asked by At

It appears that DAG is only available as a hosted service. How do I test my code integration programmatically through the REST API for the following methods?

addSiteAccount1 getMFAResponseForSite putMFAResponseForSite

Is there a way to do this with real account data through the API?

1

There are 1 best solutions below

1
On

DAG is a simulator for real account and is available to upload an XML to test few real account scenario and then adding the DAG account using the APIs to see how data is fetched.

Every account on DAG has a siteID , username and password which can be used to link it as a real account. So you can use the SiteID to get the login form of the DAG site and then use the username and password to link the account.

For testing getMFAResponseForSite putMFAResponseForSite

use the Dag Site SecurityQA or Dag Site TokenFMPA as sites to add.

for more info on dag please visit https://developer.yodlee.com/Indy_FinApp/Indy_FinApp_Knowledgebase/Sample_Data/Dummy_Account_Generator