I am currently working on integrating the Samsung Wallet feature into my Android application. I’ve successfully registered through the Samsung Partner Portal, created an account, and uploaded the necessary certificates. I created Wallet card of the Generic Card type and launched it, the status of the card is Active now.
While testing with the “Add to Samsung Wallet” tool, the cards are successfully added to the wallet, but they appear blank—no data is displayed on the card. Despite multiple attempts, I haven’t been able to resolve this issue.
Test JSON used for testing:
{
"card": {
"type": "generic",
"subType": "others",
"data": [
{
"createdAt": 1661745824345,
"updatedAt": 1661745824345,
"language": "ko",
"refId": "380e01c0-620a-49a9-aa34-5c34aae9e0fc",
"attributes": {
"type": "generic",
"subType": "insurance",
"title": “Castlight generic card”,
"subtitle": " Generic Card",
"providerName": “Cas”light Health,
"startDate": 1753074530730,
"startDate.utcOffset": "UTC+9,
"endDate": 1753374530730,
"endDate.utcOffset": "UTC+9",
"text1": "Test",
"text2": "Ashok",
"text3": "N",
"text4": "Android Developer",
"text5": "123456789",
"text6": "031)000-1235",
"text7": "7907241942",
"text9": "Test Address",
"bgColor": "#0000FF",
"fontColor": "dark",
"mainImg": "https://cdn.castlighthealth.com/image/upload/v1751609951/assets/wallet-logos/cslt.png",
"noticeDesc": {
"count": 1,
"info": [
{
"title": "Notice Title",
"content": [
"Notice for Wallet Card"
]
}
]
},
"appLinkData": "https://www.castlighthealth.com/",
"appLinkLogo": "https://cdn.castlighthealth.com/image/upload/v1751609951/assets/wallet-logos/cslt.png",
"appLinkName": "Castlight"
}
}
]
}
}
Has anyone encountered a similar problem or can offer guidance on how to resolve it?