- Released a new migrations page on the Dashboard, showing all institutions with planned or ongoing migrations to OAuth. Drilling in to each institution, you can now view the migration timeline and impact to existing Items.
- Added support for Austria and Finland. For details of supported institutions and products, see European bank coverage.
- Added
USER_PERMISSION_REVOKED
webhook support for American Express.
For Layer:
- Added the ability to configure Layer sessions in the Dashboard.
- In
/session/token/create
, moved theuser_id
field into theuser
object. - Released React Native SDK 12.1.1, with a new
destroy()
method to support Layer.
For Link:
- Released React Native SDK 12.1.1, with a new
destroy()
method to support Plaid Layer. - Released React SDK 4.0.1, with support for React 19.
- Webview-based integration modes are no longer allowed for new customers. All new customers using mobile webview-based apps should use the Hosted Link integration mode if they can't use Plaid's SDKs. Existing customers using webview integration modes are not currently impacted.
- Announced a combined phone number and consent pane for the Returning User Experience, to be rolled out to all customers in May. This change increases conversion by reducing the number of screens the end user has to complete. It does not require any integration work on your part to adopt. Both the
CONSENT
andSUBMIT_PHONE
TRANSITION_VIEW
Link analytics events will fire when this screen is reached.
For Plaid Check Consumer Reports:
- Expanded support for Silent Network Authentication (SNA). SNA is a secure, lower friction way to verify a user’s phone number using their mobile network carrier. Once eligible users submit their phone number, they will see a loading pane in Link in lieu of the OTP pane. If SNA cannot verify a user’s phone number, then it will fall back to OTP for verification. SNA is available for Plaid Check Consumer Reports on both iOS and Android and is compatible with T-Mobile, Verizon, and AT&T networks and subnetworks. SNA will be rolled out to all eligible Consumer Report sessions by the end of May. No work is required on your part to support SNA. SNA is supported on Android SDK versions >=5.6.0 and iOS SDK versions >=4.7.9. To get the latest performance improvements for SNA, it is strongly recommended that all Plaid Check customers using Plaid's mobile SDKs upgrade to iOS SDK >=6.0.1 (or React Native iOS >=12.0.2).
- Date of birth is now required within the consumer report user identity object for
/user/create
and/user/update
. - Added
warnings
to responses for/cra/check_report/income_insights/get
,/cra/check_report/network_insights/get
,/cra/check_report/cashflow_insights/get
, and/cra/check_report/partner_insights/get
.warnings
is populated when Plaid successfully generated a report, but encountered an error when extracting data from one or more Items. - A user's phone number can now be pre-filled in Link using data from the
consumer_report_user_identity
object if the phone number is not pre-filled via/link/token/create
. - A new toggle on the last pane of the Link flow enables users to opt-in to a faster way to share their consumer reports in the future.
- Updated the list of Cash flow updates webhooks (beta).
For Signal:
- Added
triggered_rule_details
to/signal/evaluate
response.
For Transactions:
- Updated the response schema for
/processor/transactions/sync
endpoint to allownull
account objects. This change only impacts Transactions processor partners.