API Documentation
All API
Service
기준 하한 및 월정액 자동 충전 목록 조회Sync
Version: v1
Version: v1
/api/v1/recharges/auto/plans
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
parInfoList
array of objects
Required
자동 충전 설정 목록
parInfoList_item
object
Optional
type
string
Required
Min : 5 , Max : 8
자동 충전 타입
- INFINITE : 기준하한
- FIXED : 월정액
state
string
Required
Min : 6 , Max : 8
활성화 상태
- ACTIVE : 활성화 상태
- INACTIVE : 일시정지 상태
par
string
Required
Length : 27
카드의 PAN(Primary Account Number)을 대체하는 번호
registeredDate
string
Required
Length : 14
등록 일시
- 형식 : yyyyMMddHHmmss
amount
number
Required
Min : 1 , Max : 9
자동 충전 발생 시, 충전되는 금액
thresholdBalance
number
Conditional
Min : 1 , Max : 9
자동 충전이 발생하기 위한 카드의 잔액
- type이 INFINITE인 경우, 필수값
reloadDate
string
Conditional
Min : 1 , Max : 2
자동 충전 날짜
- type이 FIXED 인 경우, 필수값
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
성공
200
Error code
000_000
Message
Success.
Description
성공 테스트_자동충전활성화된 PAR가 없는 케이스
400
Error code
000_002
Message
Invalid input parameter. userId
Description
입력 파라미터 오류.
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!