API Documentation
All API
Service
User RegisterSync
Version: v1
Version: v1
/api/v1/user/registration
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!