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

# Get orchestration payment

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

Gets orchestration payment by unique reference number.

## Path parameters

- `uniqueReferenceNumber` string, String, required

## Response `200`

Successfully returned orchestration payment.

- OrchestrationPaymentResponse — JSON response object that represents an orchestration payment.
  - `uuid` string, uuid — Unique Identifier of the orchestration payment.
  - `unique_reference_number` string — Unique reference number.
  - `sender_end_to_end_id` string — Sender end-to-end ID.
  - `payment_type` 'REGULAR' | 'RETURN' | 'REVERSAL' — The payment type for the payment.
  - `connector_role` 'SENDING' | 'RECEIVING' | 'INTERMEDIARY' — The connector role for payment.
  - `payment_id` string — Payment ID for the transaction in RippleNet.
  - `payment_status` string — Status of the payment.
  - `previous_payment_status` string — Previous status of the payment.
  - `orchestration_template` string — Template name used for executing the orchestration payment.
  - `orchestration_status` string — Status of the orchestration payment.
  - `current_activity` string — Current activity which is being executed.
  - `current_activity_status` string — Status of the current activity.
  - `initial_context` object — Initial context for the orchestration payment.
  - `current_context` object — Current context of the orchestration payment.
  - `error_message` object — Error message in case of any error.
  - `activity_list` object — Activity list of the activities executed so far.
  - `created_at` string, date-time — Date and time at which the orchestration payment was created, as an ISO-8601 timestamp in UTC.
  - `modified_at` string, date-time — Date and time at which the orchestration payment 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)
