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_16BTxHEXyi2E6aUy",
"occurred_at": 1763646407,
"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__5SK0bLNFRFuCErEMJ",
"date": 1548178746,
"...": "..."
}
}
}