I'm trying to obtain MatchingAccountVerificationData from Yodlee IAV getMatchingAccountVerificationData
for user that was verified via fastlink widget.
The only missing piece for me is how to obtain verifiableAccount.verifiableAccountId
so
I could make use of that API.
I would know how to get that data without fastlink, because that information
appears in response to addTransferAccountForItem
as "dfiAccountId".
The problem is that fastlink widget handles that so we're not aware of transferaccount ids.
It is possible to get list of transferaccount / verifiableaccounts per user so we'll be able to MatchingAccountVerificationData?
How to do it?
Thanks,