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

# Acknowledge orchestration notification

`PUT /v4/orchestration/payment/notification/{uuid}/ack`

Acknowledges an orchestration payment notification with a specified UUID.

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Successfully updated orchestration payment notification status.

- NotificationResponseRos — JSON request object that represents an orchestration payment notification.
  - `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.

---

[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/versions/7843f07ca150/schema)
