(Optional) Auxiliary field displays supporting information.
groupingId String(32)
(Optional) Identifier used to group related cards.
linkingId String(32)
(Optional) Identifier used to transfer related cards.
linkingOrder String(4)
(Optional) Priority that orders among boarding passes which have a same linkingId.
appLinkLogo String(256)
(Required) App link image URL. The file size should not exceed 256 kB
appLinkName String(32)
(Required) App link name.
appLinkData String(256)
(Required) Information about the partner app link.
mainImg String(256)
(Required) URL for main image. The file size should not exceed 512 kB
logoImage String(256)
(Optional) Logo image URL to be displayed in card item The file size should not exceed 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 should not exceed 256 kB * If this value does not exist, logoImage will be substituted.
bgColor String(8)
(Optional) Color of the card art. e.g., #00FFFF
fontColor String(8)
(Optional) Color of the font on the card art. Acceptable values: dark, light
blinkColor String(8)
(Optional) Color of the blinking effect in the Indicator area. e.g., #00FFFF
preventCaptureYn String(1)
(Optional) Flag whether this wallet card view prevents screen capture. Either 'Y' or 'N' * Default: 'N'
noNetworkSupportYn String(1)
(Optional) Sets whether to support opening the wallet card under 'No Network' Status. Either 'Y' or 'N' * Default: 'N'
providerName String(32)
(Conditional) Provider name. * Required if subType is accomodations, rentalcars. * eticket's providerName is in itineraryInformation.
locations String(1024)
(Optional) List of locations where the card can be used. * See Locations format.
csInfo String(4096)
(Optional) CS Information Set value to JSON Object(calls or emails or websites) * See below for an example
summaryUrl String(256)
(Optional) Webpage url that show details, such as balance.
parentRefId String(32)
(Optional) A unique content identifier defined by the content provider of the parent card. ex) If there is a parent relationship with the clip card, it is the clipcard's refId.
startDate Long(13)
(Optional) Start date (Display Start date). Epoch timestamp in milliseconds.
startDate.utcOffset String(8)
(Optional) UTC offset of time at the start point. * This will be deprecated.
startDate.zoneId String(64)
(Optional) 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"
startDate.literalValue String(32)
(Optional) The departure time that should be indicated on the screen is a formatted value. format : YYYY-MM-DDThh:mm:ss ex) 2025-10-30T14:35:00
startDate.latitude Double
(Optional) The latitude of where the event is start. * Input when timestamp and zoneId information is not known.
startDate.longitude Double
(Optional) The longitude of where the event is start. * Input when timestamp and zoneId information is not known.
startDate.address String(256)
(Optional) The address of where the event is start. * Input when timestamp and zoneId information is not known.
endDate Long(13)
(Optional) End date (Display End date) Epoch timestamp in milliseconds.
endDate.utcOffset String(8)
(Optional) UTC offset of time at the end point. * This will be deprecated.
endDate.zoneId String(64)
(Optional) 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”
endDate.literalValue String(32)
(Optional) The end time that should be indicated on the screen is formatted value. format : YYYY-MM-DDThh:mm:ss ex) 2025-10-30T14:35:00
endDate.latitude Double
(Optional) The latitude of where the event is end. * Input when timestamp and zoneId information is not known.
endDate.longitude Double
(Optional) The longitude of where the event is end. * Input when timestamp and zoneId information is not known.
endDate.address String(256)
(Optional) The address of where the event is end. * Input when timestamp and zoneId information is not known.
noticeDesc String(5000)
(Optional) Notice description. * Long content is allowed. * See Additional information format.
agentName String(64)
(Optional) Name of the person in charge of managing the reservation.
agentContactNumber String(32)
(Optional) Contact information of the person in charge of managing the reservation.
reservationNumber String(32)
(Required) Reservation number.
reservationAmount String(32)
(Optional) Reservation amount.
paymentType String(32)
(Optional) Payment type for guarantee or full payment.
paymentInformation String(64)
(Optional) Payment Information. ex)card brand, card number
extraInfo String(5000)
(Optional) Additional information to be delivered to customers. * Long content is allowed. * See Additional information format.
fullName String(64)
(Required) Name of person who made the reservation.
firstName String(64)
(Required) Firstname of person who made the reservation.
lastName String(64)
(Required) Lastname of person who made the reservation.
phoneNumber String(16)
(Required) Phone Number of person who made the reservation.
Email String(32)
(Optional) Phone Number of person who made the reservation.
Organization String(64)
(Optional) Organization of card holders belonging. i.e., name of department, division, affiliation, association, or team.
membership[] String(64)
(Optional) Unique ID Value such as a membership number. In the etickets case, if the associated airlines are different, multiple memberships can exist.
itineraryInformationList Object
(Conditional) * Required if subtype is etickets. * See Itinerary information format.
itineraryInformation String(5000)
(Conditional) Itinerary information. * Required if subtype is etickets. * See Itinerary Information format. * This will be deprecated.
Itinerary String(1024)
(Conditional) Detailed routes for the trip.
passengerNameRecord String(8)
(Conditional) Digital record of a passenger’s travel information that’s created when a reservation is made. (PNR) * Required if subtype is etickets.
issuranceStatus String(512)
(Optional) Current state of a ticket, which can provide an overview of what’s happening with it. * See Issurance Status.
carSize String(16)
(Optional) Car size. * Required if subtype is rentalCar.
carModel String(64)
(Optional) Car Model. * Required if subtype is rentalCar.
pickup String(256)
(Optional) Place to pick up a rental car.
dropOff String(256)
(Optional) Place where the vehicle should be returned.
Inclusion String(256)
(Optional) Details included in the reservation.
roomType String(256)
(Optional) Type of room. * Required if subtype is accommodation.
partySize String(4)
(Optional) Number of people who made a reservation. * Required if subtype is restaurant.
orderMenu String(128)
(Optional) Ordered menu by the user. * Required if subtype is restaurant.
luggageCount String(4)
(Optional) The total number of pieces of luggage being transported.
airport String(64)
(Optional) Name of the arrival airport name.
vehicleNumber String(32)
(Optional) Transit or route number.
arrival.time Long(13)
(Optional) Arrival time. Epoch timestamp in milliseconds.
arrival.zoneId String(64)
(Optional) 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”
arrival.literalValue String(32)
(Optional) The arrival time that should be indicated on the screen is formatted value. format : YYYY-MM-DDThh:mm:ss ex) 2025-10-30T14:35:00
arrival.latitude Double
(Optional) The latitude of arrival area. * Input when timestamp and zoneId information is not known.
arrival.longitude Double
(Optional) The longitude of arrival area. * Input when timestamp and zoneId information is not known.
arrival.address String(256)
(Optional) The address of arrival area. * Input when timestamp and zoneId information is not known.
vehicleType String(32)
(Optional) The type of ride or vehicle service being requested.
driverName String(64)
(Optional) The name of the driver.
driverContactNumber String(32)
(Optional) Contact information of the driver.
barcode.value String(4096)
(Optional) Actual data that is delivered when the barcode/QR code is scanned.
(Optional) Amount of redundancy or error correction data included in the code. There are four error correction levels available in QR codes. * Code options: L/M/Q/H
barcode.Interval String(4)
(Optional) Update interval if support for dynamic updates. Epoch timestamp in milliseconds.
privacyModeYn String(1)
(Optional) Whether or not to require user authentication when using the card. Either ‘Y’ or ‘N’ * Default: ‘N’
We use cookies to improve your experience on our website and to show you relevant
advertising. Manage you settings for our cookies below.
Essential Cookies
These cookies are essential as they enable you to move around the website. This
category cannot be disabled.
Company
Domain
Samsung Electronics
developer.samsung.com, .samsung.com
Analytical/Performance Cookies
These cookies collect information about how you use our website. for example which
pages you visit most often. All information these cookies collect is used to improve
how the website works.
Company
Domain
Samsung Electronics
.samsung.com
Functionality Cookies
These cookies allow our website to remember choices you make (such as your user name, language or the region your are in) and
tailor the website to provide enhanced features and content for you.
Company
Domain
Samsung Electronics
developer.samsung.com, google.account.samsung.com
Preferences Submitted
You have successfully updated your cookie preferences.