# SEPA_TIMED_ORDER

A timed order was executed.

Endpoint: POST sepa_timed_order
Version: 1.0

## Request fields (application/json):

  - `id` (string)
    The ID of the executed timed order.
    Example: "472730af12864d458b2f04b58404fe43ctor"

  - `reference` (string)
    The reference ID of the executed timed order.
    Example: "ref00514262"

  - `status` (string)
    Status of the timed order.
    Example: "EXECUTED"

  - `account_id` (string)
    The account ID related to the executed timed order.
    Example: "4f14b0bc9d306241d3a0044420dadd4acacc"

  - `processed_at` (string)
    UTC timestamp from when the timed order was executed.
    Example: "2022-04-06T09:03:05.321Z"


## Response 200 fields
