# SEPA_STANDING_ORDER

A standing order has been canceled, either by Solaris (due to account closure or insufficient funds) or by the customer.

Endpoint: POST sepa_standing_order
Version: 1.0

## Request fields (application/json):

  - `id` (string)
    The ID of the standing order that has been canceled.
    Example: "8b5c66882e8ab88369002f5da2659ec5csto"

  - `reference` (string)
    The reference ID of the standing order that has been canceled.
    Example: "dsf2r3raedfs3fsf342fctrx"

  - `status` (string)
    Status of the standing order.
    Example: "CANCELED"

  - `account_id` (string)
    The account ID related to the canceled standing order.
    Example: "bb8a31f9fb313e6f8cc3859a2c2ea625cacc"


## Response 200 fields
