Resources
Click on the following links to find different resources that can help you, such as the Plaid YouTube channel, the API Collection and the official Plaid libraries.
For this integration, an access_token
is generated and used in Plaid, which does not have an expiration time, and a processor_token
is generated for each account, so these tokens are encrypted for greater security.
For this, the crypto library that is included in NestJS is used. You can find the settings to encrypt the fields in this file: src/common/transformers/encryption.transformer.ts
.
Last updated