0
votes

Using getItemSummariesWithoutItemData API endpoint + FastLink.

If I open frame and log in once - getItemSummariesWithoutItemData returns proper result. But when I open FastLink frame again (for another activity) and user logs into the same bank getItemSummariesWithoutItemData returns the same record twice.

How can I remove duplicates from getItemSummariesWithoutItemData response?

1

1 Answers

0
votes

Ideally we do not return duplicates.

You can distinguish between the accounts which you have added, by checking thememSiteAccId (in the API response) as this is unique for a site account.

Hope this helps.

Regards,

Krithik