New Features
Raw Credit Report Artifacts and Files API
Teams with raw credit report access can now request the bureau report underlying a Connect as downloadable JSON or PDF artifacts. This gives lenders the full bureau file behind a Connect, so underwriting, risk, and compliance logic can run against the same source data Method used. Passbureau and artifacts when creating a Connect. Equifax and TransUnion are supported:
files array. The new Files API provides two ways to access them:
GET /files/{file_id}returns File metadata and a temporary download URLGET /files/{file_id}/downloadstreams the original file directly
Estimated Statement Attribute
Account Attributes can now return the upcoming payment due date and minimum amount due for supported accounts through the newstatement bundle:
next_payment_due_date: the upcoming payment due datenext_payment_minimum_amount: the upcoming minimum amount due, in cents
metadata.estimated: true. When a value cannot be determined, the attribute returns an ACCOUNT_ATTRIBUTE_INSUFFICIENT_DATA error rather than a fabricated fallback.
Estimated Credit Card APR
Account Attributes can now return a singleestimated_apr for supported credit card accounts with qualifying account history.
Card issuers rarely expose an account-level APR through any programmatic channel, which has left teams either asking the end user for their rate or assuming one. Estimated APR lets teams size interest savings, rank refinance and balance transfer offers, and prioritize outreach to the highest-rate balances in a user’s profile, without asking the end user for anything.
Every value is identified with metadata.estimated: true and carries a metadata.confidence of medium or high based on the depth of available history, so teams can set their own threshold for acting on it. When an APR cannot be inferred with sufficient confidence, the attribute returns an ACCOUNT_ATTRIBUTE_INSUFFICIENT_DATA error rather than a fabricated fallback.
Changes
Payment Processing Windows
Payment processing windows have been updated. Payments using the Method Debit Model are now processed at 1:30 PM CT, and payments using the Prefunded Model are now processed at 3:30 PM CT. Payments submitted before the applicable cutoff are processed same-day; payments submitted after are queued for next-business-day processing. For more information, visit the Payments API documentation.Improvements
Idempotency and Stuck-Request Recovery
Improvements to Method’s idempotency system eliminated persistentINTERNAL_BAD_STATE errors on retried requests. Dropped connections now recover automatically on retry, previously stuck requests self-heal rather than remaining locked, and orphaned in-flight requests are released after a short interval.
End users no longer become locked mid-flow after a dropped connection. Requests already stuck in INTERNAL_BAD_STATE also recover automatically the next time the end user retries, and no integration changes are required.
For more information, visit the API Idempotency documentation.
Dashboard Navigation and Search
The Method Dashboard now includes:- A responsive, collapsible sidebar with improved mobile support
- Faster global search with a more compact results experience
- Faster switching between development and production environments
- Persistence of the most recently used environment across sessions
- FIS trace IDs on sent and posted payments in the payments view