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.
Response Object:

Field Overview
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 for full details.
brandCategory
object
Hierarchical classification of the brand. Excluded from this section. See Categorization 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
Last updated
Was this helpful?