# Brands

The `brand` object provides detailed metadata about the overarching brand associated with the merchant. This data is useful for categorization, UI representation (e.g. showing brand logos), aggregation and understanding corporate relationships.&#x20;

**Response Object:**

<figure><img src="https://3426765591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3PkUQNFQ8zz26qyVygsV%2Fuploads%2FtHhMtxOKAlOt7gglSDWb%2FScreenshot%202026-02-10%20at%2015.46.46.png?alt=media&#x26;token=9d454427-bee9-46fb-b396-3afdd32ea540" alt=""><figcaption></figcaption></figure>

#### Field Overview

| Field                  | Type           | Description                                                                                                                                                                                           |
| ---------------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id`                   | `string`       | Unique identifier for the brand.                                                                                                                                                                      |
| `name`                 | `string`       | The official name of the brand (e.g., “Carrefour Express”).                                                                                                                                           |
| `img`                  | `string (URL)` | Main image associated with the brand. Typically used for brand visualization (e.g., banners, highlights).                                                                                             |
| `website`              | `string (URL)` | Official website of the brand.                                                                                                                                                                        |
| `esg`                  | `object`       | ESG (Environmental, Social, and Governance) data. Excluded from this section; refer to [ESG Documentation](https://devs.snowdropsolutions.co.uk/advanced-use-cases/esg) for full details.             |
| `brandCategory`        | `object`       | Hierarchical classification of the brand. Excluded from this section. See [Categorization](https://devs.snowdropsolutions.co.uk/advanced-use-cases/categorization/categorization-overview) reference. |
| brandParentCategoryImg | `object`       | Icon representing the **brand’s parent category**, used when no brand logo is available                                                                                                               |
| brandCategoryGroupImg  | `object`       | Icon representing the **brand category group**, used when no brand logo is available                                                                                                                  |

### Virtual Brands:

The API supports virtual brands to allow temporary representation of merchants that are not yet linked to a recognized brand. The virtual brand response essentially returns the merchant information inside the brand information as a placeholder. The way you can identify a virtual brand is by the missing id field inside the brand response. Once the proper brand is assigned, the virtual placeholder will be replaced accordingly.

If an MCC is included in the request, the response will also contain detailed categorisation regardless of whether a brand is found or not based on our MCC mapping techniques.

### Brand Category Icons:

Brands support category icons for brand parent categories and brand category groups (not category types). These icons are always returned and are also used as the brand image when a brand logo is unavailable.\
Using brand category icons helps maintain a consistent visual experience and makes transactions easier for users to recognise. While default icons are provided, we recommend supplying your own so they better align with your product’s look and feel.

#### Supported image sizes

* PNG images at **96 × 96 pixels**
* PNG images at **192 × 192 pixels**
