attributes.{fields}
|
title
String(32)
|
(Required) Main title of cards e.g., Samsung Charge Card.
|
subtitle1
String(32)
|
(Optional) The auxiliary field which displays supporting information.
|
logoImage
String(256)
|
(Optional) Logo image URL to be displayed in the Card item The file size must not be greater than 256 kB
|
logoImage.darkUrl
String(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.lightUrl
String(256)
|
(Optional) Logo image URL in light mode. The file size must not be greater than 256 kB * If this value does not exist, logoImage will be substituted
|
providerName
String(32)
|
(Optional) Content provider name
|
holderName
String(64)
|
(Optional) Name of card holders
|
preventCaptureYn
String(1)
|
(Optional) Flag whether this wallet card view prevents screen capture. Either ‘Y’ or ‘N’, the default value is ‘N’.
|
startDate
Long(13)
|
(Optional) Start date (Display Start date). Epoch timestamp in milliseconds.
|
endDate
Long(13)
|
(Optional) End date (Display End date). Epoch timestamp in milliseconds.
|
locations
String(1024)
|
(Optional) List of locations where the card can be used. * See Location format.
|
noticeDesc
String(5000)
|
(Required) Text of the benefits. Using data in JSON format converted to escape string * See Additional Information Information format.
|
csInfo
String(512)
|
(Optional) Providers’ customer service Information Using data in JSON format converted to escape string * Allowed items: call, email, website, youtube, instagram, privacyNotice, or termsAndCondition * See the example below.
|
appLinkLogo
String(256)
|
(Required) App link image URL. The file size must not be greater than 256 kB.
|
appLinkName
String(32)
|
(Required) App link name.
|
appLinkData
String(256)
|
(Required) Information about the partner app link.
|
bgImage
String(256)
|
(Optional) URL for card art (background) image.
|
bgColor
String(8)
|
(Optional) Color of the card art. e.g., #00FFFF.
|
fontColor
String(8)
|
(Optional) Color of the font on the card art. Supported colors are white or black. (#000000 or #FFFFFF)
|
blinkColor
String(8)
|
(Optional) Color of the blinking effect which indicates that a card cannot be captured in the Indicator area. e.g., #00FFFF.
|
barcode.value
String(4096)
|
(Conditional) Barcode data, serial number. * Required if serialType isn’t 'None'.
|
barcode.serialType
String(32)
|
(Required) Presentation Type (Barcode/QR/Serial/None). * See Barcode format.
|
barcode.ptFormat
String(32)
|
(Conditional) Presentation Format. * See Barcode format * Required if serialType isn’t 'None'.
|
barcode.ptSubFormat
String(32)
|
barcode.pin
String(16)
|
(Optional) Pin to show with a barcode.
|
identifier
String(64)
|
(Optional) Unique ID Value such as a membership number.
|
grade
String(32)
|
(Optional) Grade Value
|
authentication
String(64)
|
(Optional) Authentication data which meets choose options. * See Authentication for details
|
provision.data
String(512)
|
(Optional) Elements to complete provisioning * See Provisioning for details
|
transactions
String(4096)
|
(Optional) Transaction history. * Long content is allowed. * See Transactions format.
|
summaryUrl
String(256)
|
(Optional) Webpage url that show details, such as transactions
|