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

    Properties

    icon: string | Stripe.File

    (ID of a file upload) An icon for the account. Must be square and at least 128px x 128px.

    logo: string | Stripe.File

    (ID of a file upload) A logo for the account that will be used in Checkout instead of the icon and without the account'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 this account

    secondary_color: string

    A CSS hex color value representing the secondary branding color for this account