v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBOrchestration payments
Get orchestration notification
Gets a given orchestration payment notification by UUID.
get/v4/orchestration/payment/notification/{uuid}
Path parameters
uuidstring uuid required
The UUID of the orchestration payment notification.
Response
Successfully fetched orchestration paymnet notification.
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"
}