This repository was archived by the owner on Oct 31, 2021. It is now read-only.
This repository was archived by the owner on Oct 31, 2021. It is now read-only.
Log and store Plaid specific data properly. #162
Open
Description
Access tokens and Item IDs are the core identifiers that map your users to their financial institutions. Store them securely and associate them with users of your application. Make sure, however, that these identifiers are never exposed client-side. Keep in mind that one user can create multiple Items if they have accounts with multiple financial institutions.
Ensure that the following identifiers are securely logged, as they will be needed when contacting Support about a specific request or callback.
- link_session_id: Included in the onExit, onEvent, and onSuccess callback of a Link integration.
- request_id: Included in all Plaid API responses.
- account_id: Included in all successful Plaid API responses that relate to a specific Item or account.