API Documentation
All API
Service
카드 상품 생성 API (관리자용)Sync
Version: v1
Version: v1
/api/v1/admin/product/generate
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
cardSeProductId
string
Required
Length : 15
실물카드 상품 번호
imageUrl
string
Required
Length : 15
이미지 url (도메인 포함)
siblingProductId
string
Required
Length : 15
모바일카드(연결카드) 상품 번호
thumbnailUrl
string
Required
Length : 15
썸네일 url (도메인 포함)
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_002
Message
Template does not exist.
Description
템플릿 타입이 존재하지 않음.
400
Error code
023_003
Message
RechargerId does not exist.
Description
충전상 정보가 존재하지 않음.
400
Error code
023_004
Message
AffiliateId does not exist.
Description
affiliate 정보를 찾을 수 없음.
400
Error code
023_005
Message
Product type does not match.
Description
상품유형이 일치하지 않음.
400
Error code
023_006
Message
AspId does not exist.
Description
ASP 정보가 존재하지 않음.
400
Error code
023_007
Message
Token Bin No does not exist.
Description
Token Bin No does not exist.
400
Error code
023_008
Message
Token Bin No type does not match.
Description
토큰빈 번호가 매입사 번호와 일치 하지 않음.
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!