API Documentation
All API
Service
Merchant Information InquirySync
Version: v1
Version: v1
/api/v1/merchant/asp
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
merchantList
array of objects
Required
가맹점 리스트
merchantList_item
object
Optional
merchantId
string
Required
Length : 15
파트너 그룹 ID
merchantName
string
Required
Min : 1 , Max : 256
가맹점명
bizLicenseNo
string
Required
Length : 10
사업자번호
bizCode
string
Required
Length : 2
업종코드
status
string
Required
Length : 2
가맹점 상태
- 01: ACTIVE
- 02: INACTIVE
- 03: SUSPENDED
- 04: CLOSED
createdTime
string
Required
Length : 14
등록일시
- format: yyyyMMddHHmmss
updatedTime
string
Required
Length : 14
수정일시
- format: yyyyMMddHHmmss
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
성공
400
Error code
000_002
Message
Invalid input parameter.
Description
요청 데이터 값이 잘못된 경우
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!