{
  "invoices": [
    {
      "id": "INV-01",
      "network": "eip155:8453",
      "asset": "demo-usdc-contract",
      "amount": "125.50"
    },
    {
      "id": "INV-02",
      "network": "eip155:8453",
      "asset": "demo-usdc-contract",
      "amount": "80"
    }
  ],
  "transfers": [
    {
      "id": "demo-log-1",
      "invoice": "INV-01",
      "network": "eip155:8453",
      "asset": "demo-usdc-contract",
      "amount": "100",
      "state": "finalized"
    },
    {
      "id": "demo-log-2",
      "invoice": "INV-01",
      "network": "eip155:8453",
      "asset": "demo-usdc-contract",
      "amount": "25.50",
      "state": "finalized"
    },
    {
      "id": "demo-log-3",
      "invoice": "INV-02",
      "network": "eip155:8453",
      "asset": "demo-usdc-contract",
      "amount": "60",
      "state": "finalized"
    },
    {
      "id": "demo-log-4",
      "invoice": "INV-02",
      "network": "eip155:1",
      "asset": "demo-usdc-contract",
      "amount": "20",
      "state": "finalized"
    },
    {
      "id": "demo-extra-payment",
      "invoice": "INV-01",
      "network": "eip155:8453",
      "asset": "demo-usdc-contract",
      "amount": "10",
      "state": "finalized"
    }
  ]
}
