v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBOrchestration 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.
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"
}
]