API Documentation
All API
Service
Application for Issuance and Delivery of Prepaid CardSync
Version: v1
Version: v1
/api/v1/prepay-card/issue/delivery
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
cardApplyNo
string
Required
Length : 22
Card application number
- (Member) A unique number generated when applying for issuance/delivery of a mobile card or physical card
mobileCardNo
string
Optional
Length : 16
(Mobile card) Card number
mobileCardCVC
string
Optional
Length : 3
(Mobile card) Card verification code
- Card Verification Code
mobileCardPar
string
Optional
Length : 27
PAR of mobile card
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
Success
400
Error code
000_002
Message
Invalid input parameter. serviceId
Description
Invalid input parameter
400
Error code
001_006
Message
Wallet user not found.
Description
Non-member or a member who has canceled membership
400
Error code
003_024
Message
Card delivery should be required in case of normal type.
Description
For normal type cards, delivery is required.(A mobile card is unable to be issued, and only a mobile card issuance is requested)
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!