New Features
API Guides
A new API Guides section is now available in Method’s documentation. This comprehensive, concept-first companion to the API Docs helps product and business teams understand how Method’s platform works and how best to configure Method’s APIs for their use case. The API Guides include:- How Method Works: How Method leverages multiple data sources to power identity verification, account discovery, and data retrieval.
- Core Products: In-depth guides for each product area, covering payload details, subscription behaviors, error handling, and edge cases.
- Use Case Guides: Implementation frameworks for the most common use cases: debt consolidation and balance transfers for lenders, card linking and checkout for commerce platforms, and liability dashboards and bill pay for personal finance apps, with step-by-step flows mapping Method products to each stage of the customer journey.
Improvements
Webhook Idempotency Headers
You can now easily deduplicate retried or replayed webhook deliveries. All outbound webhooks now include amethod-webhook-delivery-id header, containing a unique identifier for each webhook delivery. If your endpoint receives the same delivery twice (due to network timeouts, retries, or replays), the method-webhook-delivery-id value will be identical, letting you skip duplicate processing with a simple lookup.
Sample Headers
Simulations API
Connect Webhook in Account Opened Simulation ThePOST /simulate/events endpoint for account.opened events now also sends the connect.create webhook as part of the simulation, aligned with the endpoint’s production behavior.
Previously, simulating an account.opened event only fired the account.opened webhook. This gap meant customers couldn’t fully test their Connect-to-Account-Opened integration pipeline in dev.
Now, when you simulate account.opened, both webhooks fire in sequence:
connect.create— the Connect session that discovered the accountaccount.opened— the account itself becoming available
POST /simulate/events