【问题标题】:Yodlee stop refreshYodlee 停止刷新
【发布时间】:2015-03-03 00:59:32
【问题描述】:

我正在尝试通过stopRefresh 停止刷新。例如,如果用户决定不回答 MFA。

我尝试为参数 itemId 设置 siteAccountId 和 itemAccountId 但我总是收到此错误。

{"errorOccurred":"true","exceptionType":"com.yodlee.core.InvalidItemException","referenceCode":"_bc8515a0-ffad-49ae-935d-96971c833c09","message":"Argument value not found: XXXXXXXXXX"}

其中 XXXXXXXXXX 是 siteAccountId 或 itemAccountId。

API 是否支持此方法?为什么将 siteAccountId 或 itemAccountId 设置为 itemId 参数不起作用?

【问题讨论】:

    标签: yodlee


    【解决方案1】:

    如果您使用的是基于容器的方法,那么您必须使用 stopRefresh 来停止正在进行的刷新,并且作为该 API 中的输入,您必须提供您在 addItemForContentService1 API 的响应中收到的 itemId/memItemId。传递 SiteAccountId 或 ItemAccountId 将不起作用。

    如果您使用基于站点的方法,那么您必须使用 stopSiteRefresh,同时传递您在 addSiteAccount1 的响应中收到的 memSiteAccId/SiteAccountId。

    当您传递不正确的值(该用户不存在该值)时,您会遇到错误。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-10-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多