2026-03-30, featuring redesigned Attributes for both Entities and Accounts.
This release expands the attributes product with richer computed outputs, a unified per-attribute result shape, and support for asynchronous attribute computation workflows.
What’s New
Entity Attributes
The Entity Attributes API now returns a broader set of aggregated financial attributes computed across an Entity’s connected accounts. These attributes are organized across categories such as revolving credit cards, personal loans, mortgages, installment balances, and overall utilization. Key improvements:- Introduces a richer set of financial attributes, including balances, utilization trends, deltas, delinquency signals, and payment behavior metrics
- Returns attributes in a simplified
{ value, error }shape —erroruses the standard{ type, sub_type, code, message }format when the attribute could not be computed - Computes all supported entity attributes automatically as part of the request lifecycle
- Supports asynchronous processing so teams can poll or rely on webhook-driven workflows for completion
Available when passing
Method-Version: 2026-03-30 in the request header.Example Response
Example Response
Account Attributes
The Account Attributes API has been expanded into a dedicated account-level attributes product. Returned attributes now vary by liability type, including support for credit cards, personal loans, and mortgages. Key improvements:- Adds account-level financial attributes such as utilization trends, delinquency flags, and installment estimates
- Returns attributes in a simplified
{ value, error }shape with standardized error objects - Supports asynchronous attribute computation workflows for account requests
- Adds webhook support for account attribute lifecycle events
Available when passing
Method-Version: 2026-03-30 in the request header.Example Response
Example Response
New Webhook Events
This version adds webhook coverage for the new account attribute resource lifecycle. New events:entity_attribute.createentity_attribute.updateaccount_attribute.createaccount_attribute.update
Breaking Changes
-
Entity Attributes request semantics changed
POST /entities/{ent_id}/attributesnow computes all supported attributes automatically- The legacy request body for selecting specific
credit_health_*attributes is no longer documented for2026-03-30
-
Entity Attributes response shape changed
- Legacy attribute payloads that returned
valueandratinghave been replaced with a simplified{ value, error }shape - On success,
errorisnull. On failure,errorcontains a standard{ type, sub_type, code, message }object (e.g.ENTITY_ATTRIBUTE_INSUFFICIENT_DATAcode27001for entity attributes,ACCOUNT_ATTRIBUTE_INSUFFICIENT_DATAcode28001for account attributes) - Attribute names now reflect the new attribute model
- Legacy attribute payloads that returned
-
Account Attributes response shape changed
- Account attribute responses now use the same simplified
{ value, error }result structure - Attribute availability now depends on the account’s liability type
- Account attribute responses now use the same simplified
-
Attributes create endpoints are asynchronous
- Create requests now return an in-progress resource that must be polled or observed via webhook until completion
Why It Matters
This release makes the attributes product more useful for underwriting, servicing, monitoring, and decisioning workflows. With this release, developers can:- Retrieve a richer set of entity- and account-level financial signals
- Build against a consistent result format across attributes
- Handle unavailable computations explicitly using standardized
errorobjects withtype,sub_type,code, andmessage - Use asynchronous workflows that better fit long-running computations
Upgrading to 2026-03-30
The new API version is available to all existing teams. New teams are automatically pinned to2026-03-30.
- Request Header: Set
Method-Versionto2026-03-30. See API Versioning for more information. - Client Libraries: Check your Method SDK version and upgrade guidance before moving production traffic to the new API version.
Once upgraded, rollbacks to prior API versions are not supported. Contact your Method CSM for upgrade assistance.
Upgrade Support
Our technical integration team is available to help review your current usage of Attributes and plan a migration to2026-03-30. Contact your Method CSM for upgrade support.