- Released split billing: For certain products, customers on a single client ID can now split their API usage across cost centers via API headers. To learn more, contact your Plaid Account Manager.
- SAML is now available as a method of user access management for the Dashboard to customers on Plus or Premium Support packages.
For Link:
- Released iOS SDK 6.1.0, with improvements to Remember Me Silent Network Authentication.
- Released React Native SDK 12.0.3, which updates to iOS SDK 6.1.0.
For Auth and Transfer:
- Announced the impending migration of US Bank to tokenized account numbers (TANs), scheduled to occur May 2025.
For Identity:
- Added support for API-based detection of pass / fail results from Identity Match sessions when Identity Match rules are configured via the Dashboard via the
IDENTITY_MATCH_PASSED
andIDENTITY_MATCH_FAILED
Link events.
For Layer:
- Publicly documented
/session/token/create
as the preferred endpoint for creating a Layer session, rather than/link/token/create
, and addedredirect_uri
support to/session/token/create
.
For Plaid Check Consumer Reports:
- Added support for
client_report_id
to Income Insights Reports. Movedclient_report_id
field to the top-level/cra/check_report/create
request, rather than being inside thebase_report
request object, to reflect that theclient_report_id
is no longer Base Report-specific. Usage of theclient_report_id
within thebase_report
object is deprecated. - Changed the
score
field from a float to an integer in the API spec, to reflect that it will always be an integer.
For Statements:
- Added
posted_date
field to/statements/list
response.