Mayson Monorepo Documentation
    Preparing search index...
    interface Branding {
        icon?: string;
        logo?: string;
        primary_color?: string;
        secondary_color?: string;
    }
    Index

    Properties

    icon?: string

    ID of a file upload: An icon for the merchant. Must be square and at least 128px x 128px.

    logo?: string

    ID of a file upload: A logo for the merchant that will be used in Checkout instead of the icon and without the merchant's name next to it if provided. Must be at least 128px x 128px.

    primary_color?: string

    A CSS hex color value representing the primary branding color for the merchant.

    secondary_color?: string

    A CSS hex color value representing the secondary branding color for the merchant.