A list of customizable data fields used for rendering dynamic content in the card UI or printed representation. Each field consists of a label, value, and an optional order to define display sequence. If the card type is generic, a type field is also included to map each field to a predefined layout position.
Note:
The type values must align with the layout definitions provided by the service.
Do not define or use custom fields without prior agreement to ensure consistent rendering and data integrity.
Type
Description
label
(Required) The display name of the field.
value
(Required) The actual content shown alongside the label.
type
(Conditional) A predefined identifier used to map the field to a specific position in the layout. This field is used only for Generic Card type and must align with layout defined from Partner portal.
order
(Optional) Defines the display order of the fields. Lower numbers appear first.
* An example case of long content being allowed: Movie ticket policy
{
"count": 2,
"info": [
{
"title": "REFUNDS AND EXCHANGES",
"content": [
"Refunds and exchanges of movie ticket(s) are available in certain limited circumstances.",
"Movie tickets purchased through the Services include a non-refundable Convenience Fee. Before purchasing your movie ticket(s) we urge you to confirm the title, time, location and quantity of tickets for the movie you wish to see."
]
},
{
"title": "CHANGES TO TICKET POLICY",
"content": [
"From time to time, we may revise this Ticket Policy. You can determine when this Ticket Policy was last revised by referring to the top of this page. Any changes to this Ticket Policy will become effective upon posting of the revised Ticket Policy on the Internet, accessible through the Services."
]
}
]
}
* Example usage of html
{
"count": 2,
"info": [
{
"title": "<b>This is bold text</b>. <font color='red'>This is red text</font>. <a href='https://www.example.com'>This is a link</a>",
"content": [
"1. Wear a mask",
"2. Temperature check before entering the theater",
"3. Electronic entry registration for all customers using the performance",
"Please cooperate even if it takes some time before entering.",
"We kindly ask for your cooperation."
]
},
{
"title": "[Parking Information]",
"content": [
"<b>This is bold text</b>. <font color='red'>This is red text</font>. <a href='https://www.example.com'>This is a link</a>"
]
}
]
}
PAYGO Price guide for usage
Members Grade
Round
One-way
Platinum
$25
$10
Gold
$30
$15
Silver
$40
$20
Unit : /h
The above example may differ from what is actually displayed.
Classification
Classification defines different kinds of people who can use the cards.
Vlaue
Description
person[] Array of Object
(Required) Container of person list who can use the card.
person[].category String
(Required) Category name.
person[].count String
(Required) Number of persons.
Example
Example
* 3 persons with a ticket
{
"person": [
{
"category": "Adult",
"count": 2
},
{
"category": "Child",
"count": 1
}
]
}
* 1 person with a ticket
{
"person": [
{
"category": "Adult",
"count": 1
}
]
}
Transactions
Transactions to be delivered to customers can be defined in the following format.
Be careful of the content string length. If an attribute does not allow long content, it will not be displayed on the device.
Vlaue
Description
[].date String
(Required) Transaction Date.
[].amount String
(Optional) Amount value.
[].description String
(Optional) Description.
Example
* An example for payasyougo-evcharge-transactions
[
{
"date": "2023-09-10 12:00:00",
"amount": "50,000 WON",
"description": "Suwon Station Branch"
},
{
"date": "2023-09-20 18:00:00",
"amount": "70,000 WON",
"description": "Gangnam Central Branch"
}
]
Locations
Locations refer to place information that denotes where a card can be used. Using this information, Samsung Wallet can show a map, place name, and address. Additionally, location information can be used to provide Location-Based Services (LBS).
Location information can be represented by a JSON array and up to 10 locations can be specified.
Notice: Map services are only available in certain countries.
Vlaue
Description
[].lat Double
(Optional) Latitude.
[].lng Double
(Optional) Longitude.
[].address String
(Required) String containing the full address.
[].name String
(Required) Branch name.
Example
* Location information for the entrance to Oracle Park
[
{
"lat": 37.779337,
"lng": -122.388755,
"address": "24 Willie Mays Plaza, San Francisco, CA 94107",
"name": "Willie Mays Plaza"
},
{
"lat": 37.77814,
"lng": -122.390836,
"address": "King St, San Francisco, CA 94107",
"name": "King St"
}
]
Itinerary Information
Vlaue
Description
itineraryInformation[].id String(32)
(Optional) Unique id assigned to each segment of the journey.
itineraryInformation[].order String(4)
(Optional) Order of each segment within the overall itinerary.
itineraryInformation[].providerName String(32)
(Conditional) Provider name. * Required if subType is etickets.
itineraryInformation[].providerLogo String(256)
(Conditional) URL of the logo image. * Required if subType is etickets.
(Conditional) Departure time. Epoch timestamp in milliseconds. i.e., the estimated time the aircraft plans to pull from the gate, or the actual time the aircraft already pulled from the gate. * Required if subType is etickets.
(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"
(Conditional) Arrival time. Epoch timestamp in milliseconds. i.e., the estimated time the aircraft plans to pull from the gate, or the actual time the aircraft already pulled from the gate. * Required if subType is etickets
(Conditional) UTC offset of time at the arrival point. * Required if subType is etickets
itineraryInformation[].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"
(Optional) The address of where the event is start. * Input when timestamp and zoneId information is not known.
itineraryInformation[].boardingTime Long(13)
(Optional) Boarding time. Epoch timestamp in milliseconds.
itineraryInformation[].vehicleNumber String(32)
(Conditional) Transit or route number i.e., Flight number on airlines * Required if subType is etickets
itineraryInformation[].coachNumber String(16)
(Optional) Identifier assigned to each individual carriage. e.g., B4
itineraryInformation[].seatClass String(32)
(Conditional) Seat class. * Required if subType is etickets
itineraryInformation[].seatNumber String(16)
(Optional) Individual number of the passenger seat. e.g., A-9, Free
itineraryInformation[].seatFacing String(16)
(Optional) Direction in which the seat is oriented within a carriage. It indicates whether the seat is positioned to face the direction of travel or face the opposite direction. e.g., Forward, Backward
Linkable data which provides additional information in the following format.
JSON Format
Key
Type
Requirement
Description
count
Integer
Required
Size of links
info[]
Array of Objects
Required
Container of links
info[].link
String
Required
Link URL
info[].type
String
Required
View type that will run the link * Allowed values: web, app, browser
info[].text
String
Optional
Text of the link
Example
{
"count": 1,
"info": [{
"link": "https://samsung.external.info.link",
"type": "web",
"text": "See more information"
}]
}
Card Art Guide
Loyalty
Description
Type
bgImage + bgColor
bgImage only
Description
Display the bgImage and the bgColor in a predefined ratio.
Display bgImage fully
Description
Manage Your Cookies
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
.samsungdeveloperconference.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
LinkedIn
.linkedin.com
Meta (formerly Facebook)
.samsungdeveloperconference.com
Google Inc.
.samsungdeveloperconference.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
LinkedIn
.ads.linkedin.com, .linkedin.com
Advertising Cookies
These cookies gather information about your browser habits. They remember that
you've visited our website and share this information with other organizations such
as advertisers.
Company
Domain
LinkedIn
.linkedin.com
Meta (formerly Facebook)
.samsungdeveloperconference.com
Google Inc.
.samsungdeveloperconference.com
Preferences Submitted
You have successfully updated your cookie preferences.