API Documentation
All API
Service
신용카드 자동충전 목록 조회Sync
Version: v1
Version: v1
/api/v1/recharges/online-payment/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
planInfoList
array of objects
Required
신용카드 자동충전 목록
planInfoList_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
string
Required
Min : 1 , Max : 9999999999
자동 충전 발생 시, 충전되는 금액
thresholdBalance
string
Conditional
Min : 1 , Max : 9999999999
자동 충전이 발생하기 위한 카드의 잔액
- type이 INFINITE인 경우, 필수값
reloadDate
string
Conditional
Length : 2
자동 충전 날짜
- type이 FIXED 인 경우, 필수값
cardMaskNo
string
Required
Length : 16
자동충전 시 결제되는 신용카드의 마스킹된 번호
ex) 123456******8910
cardName
string
Required
Length : 10
자동충전 시 결제되는 신용카드 카드사명
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
성공
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!