bill.finalized

The bill.finalized event is triggered when a bill is finalized (status changes from draft to open).

{
  "type": "bill.finalized",
  "id": "evt_yVy2C9Vh3hEL5fvNznAZJwqQ",
  "created": 1660237679,
  "triggered_from": "open_api",
  "data": {
    "object": {
      "object": "bill",
      "id": 123,
      "status": "open",
      "status_label": "Open",
      "status_value": "open",
      "finalized_at": 1660237679,
      "hosted_bill_url": "https://...",
      "bill_pdf": "https://...",
      ...
    }
  }
}