New: MCP server monitoring is live. Start free trial
Modern TreasurySchemaBreaking

Enum values changed in GET /api/expected_payments/{id} (expected_payment_type)

Affected surface
GET /api/expected_payments/{id}
Affected field
expected_payment_type

What changed

Enum values changed in GET /api/expected_payments/{id} (expected_payment_type) Affected surface: GET /api/expected_payments/{id}. Root cause: schema `expected_payment_type`. Detected at Thu, 11 Jun 2026 01:53:31 UTC UTC.

Diff

{
  "path": "GET /api/expected_payments/{id}",
  "removed_enums": [
    "sknbi",
    "hu_ics",
    "interac",
    "provxchange",
    "ro_sent",
    "sen",
    "signet"
  ],
  "schema_path": "schema expected_payment_type"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.