Triggered when unbilled charges are invoiced
{
"id": "ev_16B6aW3kWyQP7hnU",
"occurred_at": 1762406872,
"source": "admin_console",
"object": "event",
"api_version": "v2",
"event_type": "unbilled_charges_invoiced",
"webhook_status": "not_applicable",
"content": {
"unbilled_charges": {
"id": "unbilled_charges_example_id",
"...": "..."
},
"invoice": {
"adjustment_credit_notes": [],
"amount_adjusted": 0,
"amount_due": 0,
"amount_paid": 1000,
"amount_to_collect": 0,
"...": "..."
}
}
}