API Documentation
All API
Service
Inquiry the list of mileage cards owned by member.Sync
Version: v1
Version: v1
/api/v1/mileage/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
mileageCardList
array of objects
Optional
Mileage Card Simple Information
mileageCardList_item
object
Optional
cardNo
string
Optional
Length : 20
Mileage card number
currentCount
string
Optional
Min : 0 , Max : 9999999999999999999
Amount accrued to date on the mileage card
merchantId
string
Optional
Min : 0 , Max : 15
Merchant ID
When policySubType is "01 (single), merchant ID is inquired
merchantType
string
Optional
Length : 2
Merchant Type
MC: Kona merchant
policyEnable
string
Optional
Length : 1
Mileage policy usage status
Y : Available (You need to check the validity period of the mileage policy separately)
N : Not available (If the policy is not available, it is not possible to accumulate even if the mileage card is active)
policyName
string
Optional
Min : 1 , Max : 50
Mileage policy name
mileageId
string
Optional
Length : 20
Mileage Policy ID
status
string
Optional
Min : 1 , Max : 10
Mileage Card Status
ACTIVE: Able to accumulate
TERMINATED: Unable to accumulate (compensation completed/expired)
statusCode
string
Optional
Length : 2
Mileage card status detail code
01: Activation
02: Completion of the reward after completing the mileage card
03: Mileage card expiration
05: Empty card (no mileage accumulated)
targetCount
string
Optional
Min : 0 , Max : 9999999999999999999
Mileage Policy Completion Target Amount
pageResponse
object
Required
About paging responses
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!