【发布时间】:2015-02-06 20:17:22
【问题描述】:
有关 MFA 流程的 yodlee 文档有点模糊/过时。
我正在按照此流程图使用 MFA 刷新站点:http://developer.yodlee.com/Aggregation_API/Aggregation_Services_Guide/API_Flow/Refresh_Site_Account
在流程图上,调用getMFAResponseForSite后,我们应该检查响应中是否有errorCode字段,我在the documentation of the getMFAResponseForSite method中没有看到这样的字段。因为没有这个错误码字段,我们无法回到常规流程等待刷新完成。
还有retry和isMessageAvailable有什么区别?
文档指定调用stopSiteRefresh 方法,我在流程中没有看到它,我调用它听起来很奇怪,但文档说:
Note that this is one of the APIs that is required to refresh MFA accounts.
当我必须处理 MFA 网站时,谁能给我一个清晰的流程?我们何时以及如何返回常规流程 (getSiteRefreshInfo) 并等待刷新结束?提前致谢。
【问题讨论】: