API Documentation
All API
Service
Transfer to CardSync
Version: v1
Version: v1
/api/v1/gifts/money/transfer/no-hce
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
transferId
string
Required
Length : 20
Transfer ID
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.
Description
Input parameter error.
400
Error code
005_003
Message
Sender's And Receiver's Phone Numbers Same.
Description
Transferring to oneself is not allowed.
400
Error code
005_004
Message
Gift Card Status Is Not Active.
Description
The status of the transfer card is inactive.
400
Error code
005_005
Message
Gift Card Is Over Expiration Date.
Description
The expiration date of the transfer card has expired.
400
Error code
005_006
Message
User not found.
Description
There is no receiver information for the transfer.
400
Error code
005_007
Message
Gift money is zero.
Description
The transfer amount is less than 0.
400
Error code
005_008
Message
Balance is not enough for gift.
Description
The balance of the transfer card is less than the transfer amount.
400
Error code
005_009
Message
Money transfer count or amount is over the limit in policy.
Description
The transfer count or the daily/monthly maximum transfer amount has been exceeded.
400
Error code
005_012
Message
Deposit error.
Description
The transfer has failed.
Show All
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!