# SCHEDULED_TRANSFER_STATUS_CHANGED

This webhook event is triggered when the status of a scheduled transfer changes.

Endpoint: POST scheduled_transfer_status_changed
Version: 1.0

## Request fields (application/json):

  - `id` (string)
    ID of the scheduled_transfer.
    Example: "b814e2213c5c45149945ed53422db0c4sctr"

  - `status` (string)
    The current status of the scheduled_transfer. Possible values are ACTIVE, CANCELED and CONCLUDED.
    Enum: "ACTIVE", "CANCELED", "CONCLUDED"

  - `account_id` (string)
    ID of the account on which the scheduled_transfer was created.
    Example: "adc123a45d6d7cf8fbfeed537ba919d5cacc"


## Response 200 fields
