{
  "events": [
    {
      "sequence": 1,
      "event_id": "11111111-1111-4111-8111-111111111111",
      "event_type": "order.paid",
      "order_id": 9001,
      "payload": {
        "schema_version": 1,
        "demo": true,
        "money_moved": false,
        "order_id": 9001,
        "centre": {
          "filemaker_code": "DEMO-000001",
          "revision": 1,
          "name": "DEMO Centro Aurora",
          "email": "contracted@example.test",
          "price_tier": "demo_contracted",
          "is_contractor": true
        },
        "currency": "EUR",
        "paid_at": "2026-09-10T15:00:00Z",
        "payment_method": "lakshmi_demo",
        "transaction_id": "DEMO-9001-33333333-3333-4333-8333-333333333333",
        "total_minor": 25000,
        "tax_minor": 0,
        "discount_minor": 0,
        "shipping_minor": 0,
        "lines": [
          {
            "order_item_id": 7001,
            "product_id": 8001,
            "quantity": 1,
            "edition": {
              "filemaker_code": "DEMO-ED-000002",
              "course_code": "DEMO-COURSE-001",
              "revision": 1,
              "title": "DEMO Rituale viso",
              "dates": [
                "2026-12-01"
              ],
              "location": "DEMO Training Centre"
            },
            "quote": {
              "list_code": "DEMO-LIST-001",
              "list_revision": 1,
              "currency": "EUR",
              "edition_code": "DEMO-ED-000002",
              "price_tier": "demo_contracted",
              "ticket_type": "centre_package",
              "participant_count": 3,
              "included_count": 2,
              "extra_count": 1,
              "amount_minor": 18500,
              "extra_participant_minor": 6500,
              "total_minor": 25000
            },
            "participants": [
              {
                "first_name": "Nina",
                "last_name": "Demo"
              },
              {
                "first_name": "Mira",
                "last_name": "Demo"
              },
              {
                "first_name": "Lia",
                "last_name": "Demo"
              }
            ],
            "subtotal_minor": 25000,
            "total_minor": 25000,
            "tax_minor": 0
          }
        ]
      },
      "created_at": "2026-09-10 15:00:00",
      "acknowledged_at": null,
      "filemaker_id": null
    },
    {
      "sequence": 2,
      "event_id": "22222222-2222-4222-8222-222222222222",
      "event_type": "order.refunded",
      "order_id": 9001,
      "payload": {
        "schema_version": 1,
        "demo": true,
        "money_moved": false,
        "order_id": 9001,
        "refund_id": 9002,
        "paid_event_id": "11111111-1111-4111-8111-111111111111",
        "centre": {
          "filemaker_code": "DEMO-000001",
          "revision": 1,
          "name": "DEMO Centro Aurora",
          "email": "contracted@example.test",
          "price_tier": "demo_contracted",
          "is_contractor": true
        },
        "currency": "EUR",
        "refunded_at": "2026-09-10T15:05:00Z",
        "refund_method": "demo_gateway",
        "amount_minor": 3000,
        "tax_minor": 0,
        "original_total_minor": 25000,
        "lines": [],
        "participant_cancellations": []
      },
      "created_at": "2026-09-10 15:05:00",
      "acknowledged_at": null,
      "filemaker_id": null
    }
  ],
  "count": 2
}
