# Get notified about Status updates.

Send Status updates for Money Outs

Endpoint: POST status-update
Version: 1.0.0
Security: bearerAuth

## Request fields (application/json):

  - `id_msg` (string)
    Example: "35066b9c-e1e3-4d1b-89e6-35c036a70b00"

  - `msg_name` (string)
    Example: "STATUS_UPDATE"

  - `msg_date` (string)
    Example: "2025-08-27"

  - `body` (object)

  - `body.id` (string)
    Example: "6fd78718-106c-485d-824d-f6c3e8133571"

  - `body.tracking_key` (string)
    Example: "20250827FINCH5CJS56XDFE"

  - `body.message_type` (string)
    Example: "SPEI"

  - `body.reason` (string)
    Example: "CANCELLED_ACCOUNT"

  - `body.reason_description` (string)
    Example: "Cuenta cancelada"

  - `body.status` (string)
    Enum: "INITIALIZED", "LIQUIDATED", "REFUNDED", "REJECTED"

  - `body.update_at` (string)
    Example: "2025-08-27T15:40:44.413078-06:00"


