transaction.review_outcomeFinal analyst review outcome (WatchTower calls you)
Sent after an analyst resolves a `REVIEW` payment in the console. WatchTower POSTs this to the callback URL registered for your integration so your payment flow can release or stop the held payment automatically. Signed with HMAC-SHA256 and retried with backoff until you return 2xx.
{
"event_type": "transaction.review_outcome",
"description": "Transaction review outcome updated",
"transactionReference": "INV-2026-0921",
"customerId": "biz_44120",
"status": "approved",
"decision": "ALLOW",
"callback_reference": "whd_1721817600_ab12cd3",
"sent_at": "2026-07-24T14:05:00.000Z"
}