[
  {
    "id": 1,
    "transactionId": "fixture-1",
    "state": "pending",
    "points": 100,
    "expected": "pending",
    "balanceAfter": 0
  },
  {
    "id": 2,
    "transactionId": "fixture-bad",
    "state": "failed",
    "points": 100,
    "expected": "failed",
    "balanceAfter": 0
  },
  {
    "id": 3,
    "transactionId": "fixture-1",
    "state": "credited",
    "points": 100,
    "expected": "credited",
    "balanceAfter": 100
  },
  {
    "id": 4,
    "transactionId": "fixture-1",
    "state": "credited",
    "points": 100,
    "expected": "duplicate",
    "balanceAfter": 100
  },
  {
    "id": 5,
    "transactionId": "fixture-1",
    "state": "reversed",
    "points": 100,
    "expected": "reversed",
    "balanceAfter": 0
  },
  {
    "id": 6,
    "transactionId": "fixture-1",
    "state": "reversed",
    "points": 100,
    "expected": "duplicate_reversal",
    "balanceAfter": 0
  },
  {
    "id": 7,
    "transactionId": "fixture-missing",
    "state": "reversed",
    "points": 100,
    "expected": "unmatched_reversal",
    "balanceAfter": 0
  }
]
