v1

latestOpenAPI 3.0.02026-08-06102185472.3 KB
Orchestration payments

Get orchestration notifications by unique reference number

Gets orchestration payment notifications with a given unique reference number.

get/v4/orchestration/payment/notification/urn/{uniqueReferenceNumber}

Path parameters

uniqueReferenceNumberstring string required

The sender_end_to_end_id of the orchestration payment notification in case of sender and payment_id in case of receiver.

Response

Successfully fetched orchestration payment notifications.

uuidstring uuid

Unique Identifier of the orchestration payment notification.

notification_typestring

Type of the orchestration payment notification.

notification_versionstring

Version of the orchestration payment notification.

notification_status'NEW' | 'SENT' | 'ACK'

Orchestration payment notification status.

notification_payloadobject

Orchestration payment notification payload.

created_atstring date-time

Date and time at which the message was created, as an ISO-8601 timestamp in UTC.

modified_atstring date-time

Date and time at which the message was modified, as an ISO-8601 timestamp in UTC.

Example response

[
  {
    "uuid": "5492648d-2132-4e70-9ded-2fc86f22b321",
    "notification_type": "PAYMENT_SUCCESS",
    "created_at": "2018-04-06T20:33:35Z",
    "modified_at": "2018-04-06T20:33:35Z"
  }
]