API Documentation
All API
Service
Check the list of stamp cards held by memberSync
Version: v1
Version: v1
/api/v1/stamp/cards/list
Request Headers
Request Parameters
Response Headers
X-KM-Correlation-Id
string
Required
Length : 20
Transaction number for tracking trasncription
- Form : yyMMddHHmiSS-xxxxxxx
- xxxxxxx : 7digit, Hex String
X-KM-Crypto-Key-Id
string
Optional
Length : 32
Data encryption/decryption key ID
- Given ID from creating the service provider's project
- If it is passed as a callback, the first key issued among the keys issued to the service provider is used.
Response Parameters
stampCardList
array of objects
Optional
Stamp card simple information
stampCardList_item
object
Optional
stampId
string
Optional
Length : 20
Stamp policy ID
cardNo
number
Optional
Value : 20
Stamp card number
policyName
string
Optional
Min : 1 , Max : 50
Stamp policy name
merchantId
string
Optional
Length : 15
ID of Kona merchant registered in stamp policy
merchantType
string
Optional
Length : 2
Merchant Type
MC: Kona merchant
currentCount
number
Optional
Min : 0 , Max : 9999999999999999999
Total number of stamps accumulated on the card
targetCount
number
Optional
Min : 0 , Max : 9999999999999999999
Number of Stamp Policy Completion
status
string
Optional
Min : 1 , Max : 10
Stamp card status
ACTIVE: Able to accumulate
TERMINATED: Unable to accumulate (compensation completed/expired)
statusCode
string
Optional
Length : 2
Stamp card status details
01: Activation
02: Completion of the compensation after completion of the stamp card
03: Stamp card expiration
05: Empty card (0 stamps accumulated on stamp card)
policyEnable
string
Optional
Length : 1
Policy availability
Y : Available (You need to check the validity period of the stamp policy separately)
N : Not available (If the policy is not available, it is not possible to accumulate even if the stamp card is active)
pageResponse
object
Required
Paging response information
page
number
Required
Min : 0 , Max : 1000
current page
totalPages
number
Required
Min : 0 , Max : 1000
total number of pages
numberOfElements
number
Required
Min : 0 , Max : 10000
total list count
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
success
Description
success
500
Error code
000_001
Message
Unknown Reason.
Description
Unknown error
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!