---
title: "Upcoming deadline"
method: POST
path: "/ACCOUNT_HOLDER_UPCOMING_DEADLINE"
tags: ["Account holders"]
---

# Upcoming deadline

`POST /ACCOUNT_HOLDER_UPCOMING_DEADLINE` (webhook)

Adyen sends this notification when an account holder's deadline to fulfill the requirements of a specific event is coming up.

## Payload

- AccountHolderUpcomingDeadlineNotification
  - `content` AccountHolderUpcomingDeadlineNotificationContent
    - `accountHolderCode` string — The code of the account holder whom the event refers to.
    - `event` 'AccessPii' | 'ApiTierUpdate' | 'CloseAccount' | 'CloseStores' | 'DeleteBalanceAccounts' | 'DeleteBankAccounts' | 'DeleteLegalArrangements' | 'DeleteLiableBankAccount' | 'DeletePayoutMethods' | 'DeleteShareholders' | 'DeleteShareholdersNoKyc' | 'DeleteSignatories' | 'DeleteUnusedAccount' | 'InactivateAccount' | 'KYCDeadlineExtension' | 'MigrateAccountToBP' | 'RecalculateAccountStatusAndProcessingTier' | 'RefundNotPaidOutTransfers' | 'ResolveEvents' | 'SaveAccountHolder' | 'SaveKYCCheckStatus' | 'SuspendAccount' | 'UnSuspendAccount' | 'UpdateAccountHolderState' | 'Verification' — The event name that will be trigger if no action is taken.
    - `executionDate` string, date-time — The execution date scheduled for the event.
    - `reason` string — The reason that leads to scheduling of the event.
  - `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)
