bill.updated

The bill.updated event is triggered when a bill is updated. This event may include previous_attributes in the webhook payload if available, showing what changed.

{
  "type": "bill.updated",
  "id": "evt_yVy2C9Vh3hEL5fvNznAZJwqQ",
  "created": 1660237679,
  "triggered_from": "open_api",
  "data": {
    "object": {
      "object": "bill",
      "id": 123,
      ...
    }
  }
}