Confirm the aggregated settlement (liquidation — Phase 2)
Reports or checks the network outcome of the aggregated devolution. When result=SUCCESS, the group blocks change to SETTLED and the response includes the aggregated settlement facts: effective refunded amount, aggregated end-to-end ID, already-settled and surplus amounts, and settlement type and reason. When result=FAILED, the blocks return to PENDING and those facts remain null. Omitting result checks the current group state without changing it. The refund remains OPEN until it is closed separately. result, when provided, must be SUCCESS or FAILED; endToEndId is required for SUCCESS. Only the requesting participant tenant may confirm its own refund.
Authorizations
JWT bearer token issued by the identity provider.
Headers
Client-generated key used to retry exactly the same request safely.
1 - 64Best-effort business correlation id (observability only; never fabricated).
Path Parameters
Refund internal ID (UUID format)
"018f8c1d-1234-7abc-9def-000000000010"
Body
Response
OK
"50.00"
SETTLING, PENDING, SETTLED "SETTLING"
ROOT, SUBSEQUENT, UNKNOWN "ROOT"
"200.00"
"018f8c1d-1234-7abc-9def-000000000010"
OPEN, CLOSED, CANCELLED "OPEN"
"150.00"
"FR01"
REFUND, MANUAL "REFUND"
false
"50.00"

