API Documentation
All API
Service
발급 카드 목록 조회 (관리자용)Sync
Version: v1
Version: v1
/api/v1/admin/issued-card/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
issuedCardList
array of objects
Required
발급 카드 목록
issuedCardList_item
object
Optional
serviceId
string
Required
Length : 15
상품 ID
serviceName
string
Required
Min : 1 , Max : 80
상품명
serviceGroupName
string
Required
Min : 1 , Max : 255
상품 그룹 이름
cardType
string
Required
Min : 1 , Max : 6
카드 타입
- CARDSE : 실물 카드
- MOBILE : 모바일 카드
mobileCardNo
string
Optional
Length : 16
(모바일카드)카드 번호
mobileCardStatus
string
Optional
Min : 1 , Max : 7
(모바일카드) 카드 사용 유효기간
- 형식 : yyyyMMdd
mobileExpiryDate
string
Required
Length : 8
(실물카드) 카드 번호
physicalCardNo
string
Optional
Length : 16
(실물카드) 카드 번호
physicalCardStatus
string
Optional
Min : 1 , Max : 7
(실물카드)카드의 상태
- ACTIVE : 정상
- SUSPENDED : 중지
expiryDate
string
Required
Length : 8
카드 사용 유효기간
- 형식 : yyyyMMdd
balance
number
Required
Min : 0 , Max : 9999999999
카드에 충전되어 있는 잔액 정보
userId
number
Required
Min : 1 , Max : 9999999999999999999
회원 ID
- 회원가입 시 부여되는 회원의 고유 ID입니다.
issuedDateTime
string
Required
Length : 14
카드 발급 일시
- 형식 : yyyyMMddHHmmss
pageResponse
object
Required
페이징 응답 정보
page
number
Required
Min : 0 , Max : 1000
페이징 인덱스
- 기본값 = 0
totalPages
number
Required
Min : 0 , Max : 1000
전체 페이지 수
numberOfElements
number
Required
Min : 0 , Max : 10000
전체 목록 개수
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success
Description
성공
400
Error code
000_002
Message
Invalid input parameter.
Description
입력 파라미터 오류
400
Error code
023_009
Message
Invalid card token.
Description
카드번호가 유효한 값이 아닌 경우
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!