Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated.
{
"id": "ev_16BMiqd0NP4fxW92",
"occurred_at": 1762406872,
"source": "admin_console",
"object": "event",
"api_version": "v2",
"event_type": "transaction_updated",
"webhook_status": "not_applicable",
"content": {
"transaction": {
"amount": 100,
"amount_unused": 0,
"currency_code": "USD",
"customer_id": "__test__KyVnHhSBWlwxY2qJ",
"date": 1600968329,
"...": "..."
}
}
}