> ## Documentation Index
> Fetch the complete documentation index at: https://docs.methodfi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# November Updates

## New Features

### Payment Posted Confirmation

<img src="https://mintcdn.com/methodfinancial/zaEy2Zf5mLkHDuX_/images/payment-posted.jpg?fit=max&auto=format&n=zaEy2Zf5mLkHDuX_&q=85&s=ee34546f9fca233d6172751e454f8689" alt="title" width="5760" height="2820" data-path="images/payment-posted.jpg" />

We’re excited to announce [`posted`](https://docs.methodfi.com/reference/payments/overview#possible-enum-values:~:text=The%20Payment%20has%20been%20posted%20to%20the%20destination%20Account), a new payment status that closes the loop on payments by confirming when they have successfully landed in your users’ accounts.

With **real-time account data**, Method now provides a level of visibility that was previously unavailable in the U.S. financial system. By knowing if and when a payment has been applied, you can deliver timely and actionable updates to your users—boosting confidence and creating a seamless payment experience.

**Key highlights:**

* **Enabled for all payments**: The feature is live for all teams and payments processed via Method’s V2 API (version: `2024-04-04`) going forward.
* **No action required**: Start using this feature immediately—just consume the new status in your integration.
* **75% coverage**: We expect approximately 75% visibility into posted status, with improved coverage as more accounts are subscribed to updates.
* **Unlock new use cases**: Use the posted status to notify users via push notifications, emails, or in-app messages, keeping them informed and engaged.
* **Account subscription required**: In a future release, the posted status will only be available for accounts subscribed to updates.

### New Method Brand

<img src="https://mintcdn.com/methodfinancial/zaEy2Zf5mLkHDuX_/images/method-brand.jpg?fit=max&auto=format&n=zaEy2Zf5mLkHDuX_&q=85&s=50414a5d84d06ba0df56507cf12f5d8c" alt="title" width="5760" height="3051" data-path="images/method-brand.jpg" />

We’re excited to introduce Method’s new visual identity, marking a new chapter in our journey under the same thesis we had on day one: consumer financial data is a walled garden, and we’re going to be the ones to open it up.

The updated design features:

* A new icon and wordmark
* A refined color palette centered around Method Opal: a bold, fresh, and vibrant cyan
* A new [website](https://methodfi.com/)

Read more about the redesign [here](https://methodfi.com/blog/rebranding-method).

***

## Improvements

### Detailed Webhook Errors

[Webhook Errors](https://docs.methodfi.com/reference/errors/webhook-errors) now includes detailed explanations of issues that caused your webhook to be disabled.

Webhook objects now feature an `error` field following the common Method error format. The error codes for webhook errors are:

* 25001 – `WEBHOOK_DISABLED_FAILED_OTHER`: Indicates five consecutive failures not classified as 4XX, 5XX, or timeouts.
* 25002 – `WEBHOOK_DISABLED_RECEIVED_4XX_ERROR`: The endpoint returned client errors (4XX) five times.
* 25003 – `WEBHOOK_DISABLED_RECEIVED_5XX_ERROR`: The endpoint returned server errors (5XX) five times.
* 25004 – `WEBHOOK_DISABLED_TIMEOUT_ON_RESPONSE`: No valid response received within 5 seconds for five consecutive attempts.

### New List Endpoints

We’ve expanded our API capabilities by introducing list functionality for the following resources, allowing you to retrieve comprehensive collections, such as all updates or credit scores, for a specific account or entity.

* [Attributes](https://docs.methodfi.com/reference/entities/attributes/list)
* [Credit Scores](https://docs.methodfi.com/reference/entities/credit-scores/list)
* [Connects](https://docs.methodfi.com/reference/entities/connect/list)
* [Identities](https://docs.methodfi.com/reference/entities/identities/list)
* [Entity Verification Sessions](https://docs.methodfi.com/reference/entities/verification-sessions/list)
* [Card Brands](https://docs.methodfi.com/reference/accounts/card-brands/list)
* [Account Updates](https://docs.methodfi.com/reference/accounts/updates/list)
* [Payoffs](https://docs.methodfi.com/reference/accounts/payoffs/list)
* [Sensitive](https://docs.methodfi.com/reference/accounts/sensitive/list)
* [Account Balances](https://docs.methodfi.com/reference/accounts/balances/list)
* [Account Verification Sessions](https://docs.methodfi.com/reference/accounts/verification-sessions/list)

### Elements API

* Removed the ability to pass in `card_brand` in the `products` array when creating an [Element Token](https://docs.methodfi.com/reference/elements/tokens).

***

## SDK Updates

* Released [version 1.1.4](https://github.com/MethodFi/method-python/releases/tag/v1.1.4) of Method Python client (`method-python`).
  * All new `list` endpoints are now available in the Python client.
  * Added `posted` as an enum value for the `payment.status` field.
* Released [version 1.1.5](https://github.com/MethodFi/method-node/releases/tag/v1.1.5) of Method Node.js client (`method-node`).
  * All new `list` endpoints are now available in the Node.js client.
  * Added `posted` as an enum value for the `payment.status` field.
