---
title: "Get orchestration notifications by unique reference number"
method: GET
path: "/v4/orchestration/payment/notification/urn/{uniqueReferenceNumber}"
tags: ["Orchestration payments"]
---

# Get orchestration notifications by unique reference number

`GET /v4/orchestration/payment/notification/urn/{uniqueReferenceNumber}`

Gets orchestration payment notifications with a given unique reference number.

## Path parameters

- `uniqueReferenceNumber` string, string, required

## Response `200`

Successfully fetched orchestration payment notifications.

- NotificationResponseRos[] — List response of external 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.

---

[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)
