Clip
wallet card type wallet card type wallet card subtype clip businesstrips, trips, others businesstrips trips others wallet card data fields attributes type value description attributes {fields} titlestring 32 required main title subtitlestring 32 optional auxiliary field displays supporting information applinklogostring 256 required app link image url the file size should not exceed 256 kb applinknamestring 32 required app link name applinkdatastring 256 required information about the partner app link mainimgstring 256 required url for main image the file size should not exceed 512 kb logoimagestring 256 optional logo image url to be displayed in card item the file size should not exceed 256 kb logoimage darkurlstring 256 optional logo image url in dark mode the file size should not exceed 256 kb * if this value does not exist, logoimage will be substituted logoimage lighturlstring 256 optional logo image url in light mode the file size should not exceed 256 kb* if this value does not exist, logoimage will be substituted bgcolorstring 8 optional color of the card art e g , #00ffff fontcolorstring 8 optional color of the font on the card art acceptable values dark, light blinkcolorstring 8 optional color of the blinking effect in the indicator area e g , #00ffff preventcaptureynstring 1 optional flag whether this wallet card view prevents screen capture either 'y' or 'n'* default 'n' nonetworksupportynstring 1 optional sets whether to support opening the wallet card under 'no network' status either 'y' or 'n'* default 'n' providernamestring 32 required provider name startdatelong 13 required start date display start date epoch timestamp in milliseconds startdate utcoffsetstring 8 optional utc offset of time at the start point startdate zoneidstring 64 required unique identifier for a timezone as defined by the iana time zone database it represents a specific region's timezone, including rules for daylight saving time dst and historical changes ex "america/new_york", "europe/london" enddatelong 13 optional end date display end date epoch timestamp in milliseconds enddate utcoffsetstring 8 optional utc offset of time at the end point enddate zoneidstring 64 required unique identifier for a timezone as defined by the iana time zone database it represents a specific region's timezone, including rules for daylight saving time dst and historical changes ex "america/new_york", "europe/london" noticedescstring 1024 required notice description * long content is allowed * see additional information format countrystring 64 optional country to trip citystring 64 optional city to trip example { "card" { "type" "clip", "subtype" "biztrip", "data" [ { "refid" "clip-001", "createdat" 1672574400000, "updatedat" 1672574400000, "language" "en", "attributes" { "title" "san fransico biz trip", "applinklogo" "https // /applinklogo png", "applinkname" "oo biz", "applinkdata" "https //www oobiz com", "mainimg" "https // /logo png", "logoimage" "https // /main png", "logoimage darkurl" "https // /logo png", "logoimage lighturl" "https // /logo png", "bgcolor" "#00ffff", "fontcolor" "#00ffff", "blinkcolor" "#00ffff", "providername" "samsung-biz", "startdate" 1735041600000, "startdate utcoffset" "utc+9", "enddate" 1735675200000, "enddate utcoffset" "utc+9", "country" "usa", "city" "san fransico" } } ] } }