我试图从Yodlee IAV getMatchingAccountVerificationData
获取MatchingAccountVerificationData
对于通过fastlink小部件验证的用户。
对我来说,唯一缺少的是如何获得verifiableAccount.verifiableAccountId
我可以使用该API。
我知道如何在没有快速链接的情况下获取数据,因为这些信息
出现在addTransferAccountForItem
作为" dfiAccountId"的回复中。
问题是fastlink小部件会处理,因此我们不知道transferaccount ID。
可以获得每个用户的transferaccount / verifiableaccounts列表 所以我们可以使用MatchingAccountVerificationData?
怎么做?
谢谢,
答案 0 :(得分:0)
虽然没有记录,但您可以使用getAllTransferAccounts API 以下是相同的信息 -
端点(您可以替换特定于环境的基本网址) - https://rest.developer.yodlee.com/services/srest/restserver/v1.0/jsonsdk/TransferAccountManagement/getAllTransferAccounts
HTTP:POST
需要传递输入参数 -
这将为您提供所有已添加帐户的列表' dfiAccountId 和 transferAccountId 。