---
title: "Acknowledge orchestration notifications"
method: PUT
path: "/v4/orchestration/payment/notification/ack"
tags: ["Orchestration payments"]
---

# Acknowledge orchestration notifications

`PUT /v4/orchestration/payment/notification/ack`

Acknowledges multiple orchestration payment notifications using a list of UUIDs.

## Request body

- NotificationUUIDList — JSON request object that represents a list of orchestration payment notification UUIDs to acknolwedge.
  - `uuids` string[] — List of orchestration payment notification UUIDs.

## Response `200`

Successfully acknowledged orchestration payment notifications.

- NotificationAckResponse — Orchestration payment notification acknoledge response.
  - `notification_ack_list` NotificationResponseRos[] — List of responses of acknowledged orchestration payment notifications.
    - `uuid` string, uuid — Unique Identifier of the orchestration payment notification.
    - `notification_type` string — Type of the orchestration payment notification.
    - `notification_version` string — Version of the orchestration payment notification.
    - `notification_status` 'NEW' | 'SENT' | 'ACK' — Orchestration payment notification status.
    - `notification_payload` object — Orchestration payment notification payload.
    - `created_at` string, date-time — Date and time at which the message was created, as an ISO-8601 timestamp in UTC.
    - `modified_at` string, date-time — Date and time at which the message was modified, as an ISO-8601 timestamp in UTC.
  - `invalid_uuid_list` string[]

---

[API](https://skmtc.net/ripple/apis/ripplenet-server-api.md) · [All operations](https://skmtc.net/ripple/apis/ripplenet-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripplenet-server-api/revisions/7843f07ca150/schema)
