---
title: "Get orchestration notification"
method: GET
path: "/v4/orchestration/payment/notification/{uuid}"
tags: ["Orchestration payments"]
---

# Get orchestration notification

`GET /v4/orchestration/payment/notification/{uuid}`

Gets a given orchestration payment notification by UUID.

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Successfully fetched orchestration paymnet notification.

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