Plaid/Rize notification before disabling account
It is used when, at the time of unlinking an account, a waiting period is required to be able to link another account again.
In your LinkerStudio/modules/aggregators/common/constants/configAggregators file you will see the following code block:
REQUIRE_TIMEOUT_RELINK: Variable that identifies if the account requires waiting time for its reactivation.
MAXIMUM_NUMBER_OF_ACCOUNTS_TO_LINK: Variable that identifies the number of accounts that can be connected at the same time.
numberDays: Variable that identifies the number of days to wait to activate the account.
Last updated