API Documentation
All API
Service
User RegisterSync
Version: v1
Version: v1
/api/v1/user/registration
Request Headers
Request Parameters
Response Headers
X-KM-Correlation-Id
string
Required
Length : 20
Transaction number for tracking trasncription
- Format : 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
userId
number
Required
Min : 1 , Max : 9999999999999999999
Member ID
- Member's unique ID given when registering for membership
basicCardInfo
object
Optional
Basic information of a mobile card issued when registering for membership
par
string
Required
Length : 27
Number replacing PAN(Primary Account Number) of the mobile card that is issued when registering for membership
cardNo
string
Required
Length : 16
Card number of the mobile card issued when registering for membership
expiryDate
string
Required
Length : 6
Expiry date of the mobile card issued when registering for membership (Format : YYMMDD)
serviceId
string
Required
Length : 15
Card product ID
- Unique ID assigned to a card product
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 value. loginId
Description
입력 파라미터 오류 - `loginId` 필수 정보가 빈 문자열인 경우
400
Error code
000_003
Message
Missing required values. loginId
Description
필수값 누락 - `loginId` 필수 정보 요청 null 인 경우
400
Error code
000_015
Message
The length of value does not match. birthDate (반드시 최소값 8과(와) 최대값 8 사이의 크기이어야 합니다.)
Description
필드 길이 오류 - `birthDate` 길이 8 자리 이하인 경우
400
Error code
001_001
Message
User already exists with this loginId.
Description
기 사용 로그인 아이디 입력 오류
400
Error code
001_028
Message
CI data already found for another user.
Description
기 가입 회원 오류
400
Error code
001_009
Message
Terms and conditions data missing.
Description
필수 약관 동의 누락
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!