> ## 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.

# May Updates

## Improvements

### Transactions API

A new `merchant` property has been added to the `Transaction` object. This field provides the merchant name and logo associated with each transaction.

<Warning>This property is not available by default. You can enable it by contacting your Method CSM.</Warning>

For more information, please refer to the [Transactions API](https://docs.methodfi.com/reference/accounts/transactions/overview).

### Card Brand API

The `CardBrand` object now includes a `source` property. Possible values are:

* `method` – sourced from Method’s internal systems

* `network` – retrieved directly from the card network

* `null` – source is unavailable

For more information, please refer to the [Card Brand API](https://docs.methodfi.com/reference/accounts/card-brands/overview).

## SDK Updates

* Released [version 1.2.2](https://github.com/MethodFi/method-node/releases/tag/v1.2.2) of `method-node`
* Released [version 1.2.2](https://github.com/MethodFi/method-python/releases/tag/v1.2.2) of `method-python`
