Get parties in a payment transaction and their case and/or stop and recall reachability status.
GET {{baseUrlv6}}/payments/:uetr/cancellations/parties
Get parties in a payment transaction and their case and/or stop and recall reachability status.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"uetr": "13ed4827-7b6f-4491-a06f-b548d5a7512d",
"transaction_status": "ACSP",
"transaction_status_reason": "G000",
"principal_flow": {
"current": "AG04",
"agents": [
{
"role": "AG01",
"identification": "GPIABICXXXX",
"case_reachable": true,
"srp_reachable": false
},
{
"role": "AG02",
"identification": "GPIBBICXXXX",
"case_reachable": true,
"srp_reachable": true
},
{
"role": "AG03",
"identification": "GPICBICXXXX",
"case_reachable": true,
"srp_reachable": true
},
{
"role": "AG04",
"identification": "GPIDBICXXXX",
"case_reachable": true,
"srp_reachable": true
}
]
}
} |
ENDPOINTS