API Documentation
All API
Service
Balance Transfer Card Information InquirySync
Version: v1
Version: v1
/api/v1/transfer/cards/info
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
fromCardInfo
object
Required
Withdrawn Card Information
par
string
Required
Length : 27
PAR of the Withdrawn Card
serviceId
string
Required
Length : 15
Product ID of the Withdrawn Card
mobileCardNo
string
Required
Length : 16
Withdrawn Mobile Card Number
physicalCardNo
string
Optional
Length : 16
Withdrawn Physical Card Number
toCardInfo
object
Required
Deposited Card Information
par
string
Required
Length : 27
PAR of the Deposited Card
serviceId
string
Required
Length : 15
Product ID of the Deposited Card
mobileCardNo
string
Required
Length : 16
Deposited Mobile Card Number
physicalCardNo
string
Optional
Length : 16
Deposited Physical Card Number
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
success
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!