지급대행 셀러 상태 변경 시 발생하는 웹훅 버그 신고
안녕하세요.
지난주 셀러 상태가 KYC_REQUIRED 상태로 변경 시 웹훅이 누락되는 사례가 있다고 문의 드렸었는데요,
이번에는 웹훅이 발송되어 수신 되기는 하나, 셀러의 상태가 이전 상태(entityBody.status) 그대로 잘못 표기되어 발송되고 있습니다.
아래는 웹훅에 담긴 페이로드(개인정보 마스킹 처리됨)입니다.
아래는 현재 셀러 정보 조회 시 응답값입니다.
확인 요청드립니다.
감사합니다.
지난주 셀러 상태가 KYC_REQUIRED 상태로 변경 시 웹훅이 누락되는 사례가 있다고 문의 드렸었는데요,
이번에는 웹훅이 발송되어 수신 되기는 하나, 셀러의 상태가 이전 상태(entityBody.status) 그대로 잘못 표기되어 발송되고 있습니다.
아래는 웹훅에 담긴 페이로드(개인정보 마스킹 처리됨)입니다.
{
"eventType": "seller.changed",
"createdAt": "2025-01-31T09:18:03+09:00",
"version": "2022-06-08",
"eventId": "whevt_a01jjwvhjyz1s0xck30n1kerc3x",
"entityType": "seller",
"entityBody": {
"id": "seller_a01jh55n0rxbry8rf88z40ka8bc",
"refSellerId": "25307D1736414231",
"businessType": "INDIVIDUAL_BUSINESS",
"company": {
"name": "***",
"representativeName": "***",
"businessRegistrationNumber": "***",
"email": "***",
"phone": "***"
},
"individual": null,
"account": {
"bankCode": "003",
"accountNumber": "655*******1010",
"holderName": "***"
},
"status": "PARTIALLY_APPROVED",
"metadata": null
}
}{
"eventType": "seller.changed",
"createdAt": "2025-01-31T09:18:03+09:00",
"version": "2022-06-08",
"eventId": "whevt_a01jjwvhjyz1s0xck30n1kerc3x",
"entityType": "seller",
"entityBody": {
"id": "seller_a01jh55n0rxbry8rf88z40ka8bc",
"refSellerId": "25307D1736414231",
"businessType": "INDIVIDUAL_BUSINESS",
"company": {
"name": "***",
"representativeName": "***",
"businessRegistrationNumber": "***",
"email": "***",
"phone": "***"
},
"individual": null,
"account": {
"bankCode": "003",
"accountNumber": "655*******1010",
"holderName": "***"
},
"status": "PARTIALLY_APPROVED",
"metadata": null
}
}아래는 현재 셀러 정보 조회 시 응답값입니다.
{
"version": "2022-06-08",
"traceId": "2960127c5617bb13039fd7b264c364e7",
"entityBody": {
"id": "seller_a01jh55n0rxbry8rf88z40ka8bc",
"refSellerId": "25307D1736414231",
"businessType": "INDIVIDUAL_BUSINESS",
"account": {
"accountNumber": "***",
"bankCode": "003",
"holderName": "***"
},
"company": {
"businessRegistrationNumber": "***",
"email": "***",
"name": "***",
"phone": "***",
"representativeName": "***"
},
"individual": null,
"metadata": null,
"status": "KYC_REQUIRED"
},
"entityType": "seller",
"error": null
}{
"version": "2022-06-08",
"traceId": "2960127c5617bb13039fd7b264c364e7",
"entityBody": {
"id": "seller_a01jh55n0rxbry8rf88z40ka8bc",
"refSellerId": "25307D1736414231",
"businessType": "INDIVIDUAL_BUSINESS",
"account": {
"accountNumber": "***",
"bankCode": "003",
"holderName": "***"
},
"company": {
"businessRegistrationNumber": "***",
"email": "***",
"name": "***",
"phone": "***",
"representativeName": "***"
},
"individual": null,
"metadata": null,
"status": "KYC_REQUIRED"
},
"entityType": "seller",
"error": null
}확인 요청드립니다.
감사합니다.
