Facing issue with MFA while adding account to Yodlee -


i getting error while adding account yodlee, below steps doing add site based account.

1.i adding account calling addsiteaccount1.

2.after adding account able mfa account calling getmfaresponseforsite api

3.when putting mfa calling putmfarequestforsite api getting error in json response

and responses getting 1.response addsiteaccount1 is

{"siteaccountid":12803756,"iscustom":false,"credentialschangedtime":1442572129,"siterefreshinfo":{"siterefreshstatus":{"siterefreshstatusid":1,"siterefreshstatus":"refresh_triggered"},"siterefreshmode":{"refreshmodeid":1,"refreshmode":"mfa"},"updateinittime":1442572129,"nextupdate":1442573029,"code":801,"suggestedflow":{"suggestedflowid":2,"suggestedflow":"refresh"},"noofretry":0,"ismfainputrequired":true,"siteaddstatus":{"siteaddstatusid":13,"siteaddstatus":"add_in_progress"}},"siteinfo":{"popularity":0,"siteid":16486,"orgid":1148,"defaultdisplayname":"dag site securityqa","defaultorgdisplayname":"demo bank","enabledcontainers":[{"containername":"bank","assettype":1},{"containername":"credits","assettype":2}],"baseurl":"http://64.14.28.129/dag/index.do","loginforms":[],"isheld":false,"iscustom":false,"mfatype":{"typeid":4,"typename":"security_question"},"sitesearchvisibility":true,"isalreadyaddedbyuser":true,"isoauthenabled":false,"hdlogolastmodified":0,"ishdlogoavailable":false},"created":"2015-09-18t03:28:49-0700","retrycount":0,"disabled":false,"isagenterror":false,"issiteerror":false,"isuarerror":false} 

2.response getmfaresponseforsite is

{"ismessageavailable":true,"fieldinfo":{"questionandanswervalues":[{"question":"what name of state?","questionfieldtype":"label","responsefieldtype":"text","isrequired":"true","sequence":1,"metadata":"question_1"},{"question":"what name of first school","questionfieldtype":"label","responsefieldtype":"text","isrequired":"true","sequence":2,"metadata":"question_2"}],"numofmandatoryquestions":-1,"mfafieldinfotype":"security_question"},"timeouttime":46320,"itemid":0,"memsiteaccid":12792909,"retry":false} 
  1. and when send mfa information getting following exception

    {"erroroccurred":"true","exceptiontype":"com.yodlee.core.invalidsiteaccountexception","referencecode":"_dc15c156-100b-4049-a75d-dbfa2250b22f","message":"argument value not found: 12792909"}

can tell me using wrong api or flow mentioned @ addsiteaccount api flow

it seems mfa trying q/a. , assuming using putmfarequestforsite, while error have received happening because memsiteaccid have provided incorrect, exception says it- "com.yodlee.core.invalidsiteaccountexception". please pass correct memsiteaccid, can see response of addsiteaccount1 is- 12803756.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -