v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBOrchestration payments
Get orchestration payment
Gets orchestration payment by unique reference number.
get/v4/orchestration/payment/{uniqueReferenceNumber}
Path parameters
uniqueReferenceNumberstring String required
Unique reference number of the orchestration payment to fetch.
Response
Successfully returned orchestration payment.
Example response
{
"uuid": "5492648d-2132-4e70-9ded-2fc86f22b321",
"unique_reference_number": "00310000015",
"sender_end_to_end_id": "00310000015",
"payment_id": "26bf269b-1a2b-c3d4-872a-7f18d7dcf9f2",
"payment_status": "SUCCESS",
"previous_payment_status": "EXECUTED",
"orchestration_template": "default_template",
"orchestration_status": "RUNNING",
"current_activity": "get_quote_v1",
"current_activity_status": "SUCCESS",
"created_at": "2018-04-06T20:33:35Z",
"modified_at": "2018-04-06T20:33:35Z"
}