For Auth:
- Added the ability to configure micro-deposit and database verification-based Auth flows via the Dashboard.
- Marked Database Match and Database Insights (beta) as deprecated in favor of the new Database Auth feature, which provides functionality similar to Database Insights. These features are still available, but customers should plan to migrate to Database Auth when possible.
For Identity:
- Added the ability to configure Identity Match rules via the Dashboard when using Identity and Auth as the only products.
For Plaid Check Consumer Report:
Updated behavior when calling
/cra/check_report/create
to improve consistency. Previously, the base report would be eagerly generated upon calling this endpoint. Now, only products specified in theproducts
array will be eagerly generated.When calling
/link/token/create
, it is now possible to include Plaid Check products within theoptional_products
,required_if_supported_products
, oradditional_consented_products
request fields when Plaid Inc. products are included in theproducts
field, or vice-versa.Identity data is now provided in the Base Report only. Plaid will no longer return identity data in the Income and Partner Insights products, and the fields will be removed from API responses by June 30, 2025.
Removed the Cashflow Updates
INSIGHTS_UPDATED
reason
code. Instead, a separate webhook will be fired for each reason.The
score
field in/cra/check_report/partner_insights/get
is now nullable.
For Transfer:
- Added
intent_id
to the transfer event object returned by/transfer/event/sync
, for transfers created via Transfer UI. This will currently only be populated for RfP transfers.