key | Type | Required | Description |
---|---|---|---|
String | Code number (value used when creating barcode or QR code) | ||
Int | Wallet Type (0 = Normal (points, membership, coupon, gift card, etc.), 1 = Boarding Pass, 2 = Card) Design varies depending on type | ||
String | BarcodeType [CODE_128, CODE_39, CODE_93, PFD_417, etc.] Type of barcode format | ||
String | QRType [AZTEC, DATA_MATRIX, QR_CDOE, etc.] QR code format type | ||
String | Logo Image Url, representative image information | ||
Int | RGB(666666) or ARGB(FF666666) Integer Value, background color information to be used on the card | ||
String | Title | ||
String | SubTitle | ||
String(jsonString) | Space for additional information at the top. Two designs are supported for each wallet type. If walletType is 0(Normal), 1(Boarding Pass), only the value value is used and two spaces are supported. { "key1":"{title1}", "value1":"{value1}", "key2":"{title2}", "value2":"{value2}" } If walletType 2 (Card), the card's name, valid date, and cvc space are supported. { "name":"{card name}", "vaild_date":"{valid}", "cvc":"{cvc or cvv}", } | ||
String(jsonString) | Only WalletType 1 (Boarding Pass) is supported, and space for additional information at the bottom. Only value information is used. { "key1":"{title1}", "value1":"{value1}", "key2":"{title2}", "value2":"{value2}", "key3":"{title3}", "value3":"{value3}", "key4":"{title4}", "value4":"{value4}", "key5":"{title5}", "value5":"{value5}", "key6":"{title6}", "value6":"{value6}" } | ||
String | Additional information that cannot be included | ||
Long | Specify expiration time as Timestamp and milliseconds |