---
title: "example_approval_payout_destination_update_event"
method: POST
path: "/examples/approval_payout_destination_update"
tags: ["example-management-auth-events"]
---

# example_approval_payout_destination_update_event

`POST /examples/approval_payout_destination_update`

Event is pushed to subscribers when the `case_status`
of a seller approval changes

## Headers

- `event` string, required
- `event-delivery` string, required
- `event-signature` string
- `content-type` string, required

## Request body

- ApprovalPayoutDestinationUpdateEvent
  - `account_id` string, required
  - `event` 'approval_payout_destination_update', required
  - `event_delivery` string, uuid, required
  - `payout_destination_case` object, required — The seller approval case that was updated
    - `id` string, uuid, required
    - `created_at` string, date-time, required
    - `created_by` string
    - `updated_at` string, date-time, required
    - `payout_destination_id` string, required
    - `payout_destination_name` string
    - `payout_destination_description` string
    - `payout_reference` string, required
    - `organization_number` string, required
    - `case_status` 'ACTIVE' | 'DECLINED' | 'UNDER_MANUAL_REVIEW' | 'AUTOMATIC_REVIEW' | 'WAITING_FOR_SIGNATURE' | 'WAITING_FOR_DECLARATION' | 'ERROR', required

## Response `200`

event handled

## Other responses

- `400` — ignored, stop resend
- `500` — unhandled, resend

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
