---
title: "Automatic application of a managed payout schedule failed"
method: POST
path: "balancePlatform.balanceAccountPayoutScheduleAutoApplication.failed"
tags: ["Payout schedules"]
---

# Automatic application of a managed payout schedule failed

`POST balancePlatform.balanceAccountPayoutScheduleAutoApplication.failed` (webhook)

Adyen sends this webhook when a managed payout schedule could not be automatically applied to a balance account.

## Payload

- AccountPayoutAutoApplicationNotificationRequest
  - `data` AccountPayoutAutoApplicationWebhookData, required
    - `balanceAccountId` string — The unique identifier of the balance account to which the payout schedule was unsuccessfully applied.
    - `balancePlatform` string — The unique identifier of the balance platform.
    - `balancePlatformPayoutScheduleId` string — The unique identifier of the balance platform payout schedule that was unsuccessfully applied to the balance account.
    - `reason` string — The reason why the payout schedule could not be applied.
    - `transferInstrumentId` string — The unique identifier of the transfer instrument linked to the balance account. This transfer instrument is the counterparty account for the payout schedule that was unsuccessfully applied.
  - `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.balanceAccountPayoutScheduleAutoApplication.failed', 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)
