---
title: "Verification results received"
method: POST
path: "/ACCOUNT_HOLDER_VERIFICATION"
tags: ["Account holders"]
---

# Verification results received

`POST /ACCOUNT_HOLDER_VERIFICATION` (webhook)

Adyen sends this webhook when verification results are available.

## Payload

- AccountHolderVerificationNotification
  - `content` AccountHolderVerificationNotificationContent
    - `accountHolderCode` string — The code of the account holder.
    - `bankAccountUUID` string — The unique ID of the bank account that has been verified.
    - `shareholderCode` string — The code of the shareholder that has been verified.
    - `signatoryCode` string — The code of the signatory that has been verified.
    - `statusSummaryItems` KYCCheckDataSummaryItemWrapper[] — A summary of the verification status.
      - `KYCCheckDataSummaryItem` KYCCheckDataSummaryItem
        - `itemCode` integer — The code of the item reviewed.
        - `itemDescription` string — A description of the item reviewed.
    - `verificationStatus` 'AWAITING_DATA' | 'DATA_PROVIDED' | 'FAILED' | 'INVALID_DATA' | 'PASSED' | 'PENDING' | 'PENDING_REVIEW' | 'RETRY_LIMIT_REACHED' | 'UNCHECKED' — The status of verification.
    - `verificationType` 'BANK_ACCOUNT_VERIFICATION' | 'CARD_VERIFICATION' | 'COMPANY_VERIFICATION' | 'IDENTITY_VERIFICATION' | 'LEGAL_ARRANGEMENT_VERIFICATION' | 'NONPROFIT_VERIFICATION' | 'PASSPORT_VERIFICATION' | 'PAYOUT_METHOD_VERIFICATION' | 'PCI_VERIFICATION' — The type of validation performed.
  - `eventType` string, required — The event type of the notification.
  - `executingUserKey` string, required — The user or process that has triggered the notification.
  - `live` boolean, required — Indicates whether the notification originated from the live environment or the test environment. If true, the notification originated from the live environment. If false, the notification originated from the test environment.
  - `pspReference` string, required — The PSP reference of the request from which the notification originates.

## Acknowledgement `200`

OK - the request has succeeded.

- NotificationResponse
  - `notificationResponse` string — Set this parameter to **[accepted]** to acknowledge that you received a notification from Adyen.

---

[API](https://skmtc.net/adyen/apis/marketpaynotificationservice.md) · [All operations](https://skmtc.net/adyen/apis/marketpaynotificationservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/marketpaynotificationservice/versions/fae4b3da8f9f/schema)
