Triggered when a authorization transaction is voided. Authorization can be voided either manually or when blocked funds are released by the gateway after a certain period of time.
{
"id": "ev_16BI5NDHIrGD8LJt",
"occurred_at": 1762406872,
"source": "admin_console",
"object": "event",
"api_version": "v2",
"event_type": "authorization_voided",
"webhook_status": "not_applicable",
"content": {
"transaction": {
"amount": 100,
"amount_unused": 0,
"currency_code": "USD",
"customer_id": "__test__KyVnHhSBWlwxY2qJ",
"date": 1600968329,
"...": "..."
}
}
}