---
title: "Send Notifications"
method: PATCH
path: "/v1/ato/notifications/{id}"
tags: ["Account Take Over Services"]
---

# Send Notifications

`PATCH /v1/ato/notifications/{id}`

API to send updates about an existing case.

## Path parameters

- `id` string, required

## Request body

- ATONotification
  - `type` 'STATUS', required — Notification type
  - `message` string — Descriptive message about notification
  - `notification_date` string, required — Notification date
  - `details` object — Notification details. It's a set of key/value pairs
  - `strategies` object, required
    - `type` 'DocumentScan' | 'VerificationCode' | 'CollectAuthRecovery' — Strategy type
    - `results` ResultsNotification[]
      - `channel` string — Channel applied to strategy
      - `provider` '3DS2' — Provider for the strategy. Used in case of CollectAuthRecovery strategy
      - `mode` 'FRICTIONLESS' | 'CHALLENGE' — Mode for the strategy. Used in case of CollectAuthRecovery strategy
      - `status` 'Accept' | 'Reject' — Strategy status
      - `reason` string — Extra additional information of the strategy applied
      - `images` ImageNotification[]
        - `document_id` string — Image identifier
        - `category` string — Image category
        - `url` string — Image url
        - `created` string — Image created date

## Response `200`

Notifications response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/koin/apis/payments-api.md) · [All operations](https://skmtc.dev/koin/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/koin/payments-api/revisions/6f2c01e43fe2/schema)
