---
title: "Payout schedule execution failed"
method: POST
path: "balancePlatform.balanceAccountPayoutScheduleExecution.failed"
tags: ["Payout schedules"]
---

# Payout schedule execution failed

`POST balancePlatform.balanceAccountPayoutScheduleExecution.failed` (webhook)

Adyen sends this webhook when a scheduled payout execution fails.

## Payload

- PayoutScheduleStateNotificationRequest
  - `data` PayoutStateWebhookData, required
    - `balanceAccountId` string — The unique identifier of the balance account from which the payout is initiated.
    - `balanceAccountPayoutScheduleId` string — The unique identifier of the managed payout schedule.
    - `balancePlatform` string — The unique identifier of the balance platform.
    - `result` 'failed' | 'skipped' | 'succeeded' — The result of the execution.
    - `resultDetails` ResultDetails
      - `reason` string — The reason why the execution was not successful.
      - `reasonCode` string — The numeric code of the reason.
      - `transferId` string — The unique identifier of the transfer created for this execution.
    - `triggeredAt` string, date-time — The timestamp of the moment when the execution was triggered.
  - `environment` string, required — The environment from which the webhook originated. Possible values: **test**, **live**.
  - `timestamp` string, date-time — When the event was queued.
  - `type` 'balancePlatform.balanceAccountPayoutScheduleExecution.succeeded' | 'balancePlatform.balanceAccountPayoutScheduleExecution.failed' | 'balancePlatform.balanceAccountPayoutScheduleExecution.skipped', required — Type of webhook.

## Acknowledgement `200`

OK - the request has succeeded.

- BalancePlatformNotificationResponse
  - `notificationResponse` string — Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).

---

[API](https://skmtc.dev/adyen/apis/configuration-webhooks.md) · [All operations](https://skmtc.dev/adyen/apis/configuration-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/configuration-webhooks/revisions/74e0766552b1/schema)
