지급대행 셀러 상태 변경 시 발생하는 웹훅 버그 신고

.

가 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
  }
}


.
{
    "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
}


.

.
Was this page helpful?