node.js - Yodlee addSiteAccount1 failing to register accounts with "Exception Occurred" message -
i have been trying addsiteaccount1 api endpoint take info sending it.
according documentation have set out construction below.
the first construction tried used array current credentialsfield object, couldn't set "enclosedtype" of credentialfields array... scrapped in favour of object numbered keys.
{ "cobsessiontoken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "usersessiontoken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "siteid": 4252, "credentialfields": { "0": { "displayname": "customer number(dob (ddmmyy) followed unique number)", "fieldtype": { "typename": "if_login" }, "name": "login", "valuemask": "login_field", "iseditable": true, "valueidentifier": "login", "value": "123456789" }, "1": { "displayname": "security number", "fieldtype": { "typename": "if_password" }, "name": "password", "valuemask": "login_field", "iseditable": true, "valueidentifier": "password", "value": "123456789" }, "2": { "displayname": "password", "fieldtype": { "typename": "if_password" }, "name": "password1", "valuemask": "login_field", "iseditable": true, "valueidentifier": "password1", "value": "password123" }, "enclosedtype": "com.yodlee.common.fieldinfosingle" } }
unfortunately, ever next response yodlee, hasn't helped much. if can see i'm going wrong much appreciated.
{ "erroroccurred": "true", "exceptiontype": "exception occurred", "referencecode": "_f2d54a4c-f328-418e-b9fd-cec0be18f5e1" }
thanks in advance.
you facing same problem post , please see reply , follow it.
node.js yodlee
No comments:
Post a Comment