Bill canceled

{
  "id": "60bf341fbb8ce6eb53311cf8e474123",
  "data": {
    "id": "12345",
    "offer": {
      "id": "12345",
      "name": "Testing offer",
      "product": {
        "id": "12345",
        "name": "Testing product",
        "description": "Test this product"
      },
      "amount_cents": 166000
    },
    "status": "canceled",
    "contact": {
      "email": "testing-customer@yahoo.com",
      "phone": "5512987654321"
    },
    "paid_at": "2024-07-22T20:27:17.322-03:00",
    "due_date": "2024-07-20T23:59:59.999-03:00",
    "payments": [
      {
        "id": "12345",
        "url": "https://https://pague.lia.com.br/parcela/pagamento?bill_id=12345",
        "status": "refunded",
        "barcode": "00000.00000 00000.000000 00000.000000 0 00000000000000",
        "paid_at": "2024-07-22T20:27:17.322-03:00",
        "created_at": "2024-06-30T21:10:59.292-03:00",
        "expires_at": "2024-07-22T23:59:59.999-03:00",
        "refunded_at": "2024-07-22T23:59:59.999-03:00",
        "amount_cents": 16599,
        "installments": 1,
        "payment_method": "boleto",
        "refused_reason": null,
        "barcode_image_url": "https://platform-api.lia.com.br/barcode_image",
        "paid_amount_cents": 16599,
        "refunded_amount_cents": 16599,
        "refused_reason_description": null
      },
      {
        "id": "12346",
        "url": "https://https://pague.lia.com.br/parcela/pagamento?bill_id=12345",
        "status": "unpaid",
        "barcode": "pix-string-copy-paste",
        "paid_at": null,
        "created_at": "2024-07-10T10:22:29.328-03:00",
        "expires_at": "2024-07-22T23:59:59.999-03:00",
        "refunded_at": null,
        "amount_cents": 16599,
        "installments": 1,
        "payment_method": "pix",
        "refused_reason": null,
        "barcode_image_url": "https://platform-api.lia.com.br/barcode_image",
        "paid_amount_cents": 0,
        "refunded_amount_cents": 0,
        "refused_reason_description": null
      },
    ],
    "bill_type": "installment",
    "created_at": "2024-06-17T17:14:49.491-03:00",
    "updated_at": "2024-07-22T20:27:17.334-03:00",
    "amount_cents": 16599,
    "checkout_url": "https://pague.lia.com.br/parcela/pagamento?bill_id=12345",
    "effective_due_date": "2024-07-22T23:59:59.999-03:00",
    "authentication_code": "12345678901234567890",
    "current_amount_cents": 16599,
    "original_amount_cents": 16599,
    "disable_penalties_until": "2024-07-20T23:59:59.999-03:00"
  },
  "event": "canceled",
  "entity": "bill",
  "api_version": "1.0"
}