API Documentation
All API
Service
ATM withdrawal information inquirySync
Version: v1
Version: v1
/api/v1/refund/atm/inquiry
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
refundFee
string
Required
Min : 0 , Max : 1000000000
환불 수수료
refundAmount
string
Required
Min : 0 , Max : 1000000000
환불 가능 금액
refundable
string
Required
Length : 0
최종 환불 가능 여부
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success
Description
성공
400
Error code
001_006
Message
Wallet user not found.
Description
회원이 아니거나 탈퇴한 회원인 경우
400
Error code
009_006
Message
Invalid refund amount unit.
Description
요청 금액 단위가 유효하지 않은 경우
400
Error code
009_009
Message
Refundable amount not enough.
Description
환불 요청 금액이 10,000원 미만 인 경우
400
Error code
009_012
Message
Card balance is less than refund amount.
Description
카드 잔액보다 요청 금액이 많음.
400
Error code
009_013
Message
Card not found.
Description
카드를 찾을 수 없음
400
Error code
009_014
Message
Inactive card.
Description
카드가 ACTIVE하지 않음.
400
Error code
009_015
Message
Corporate card cannot be used for ATM refund.
Description
법인카드의 경우 ATM 출금 불가
400
Error code
009_016
Message
Refund amount is greater than atm refund once.
Description
출금한도가 초과된 경우
400
Error code
009_017
Message
Daily limit atm refund amount is over.
Description
일 출금 한도가 초과된 경우
Show All
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!