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

Enum values changed in GET /api/invoices/{id} (payment_order_subtype)

Affected surface
GET /api/invoices/{id}
Affected field
payment_order_subtype

What changed

Enum values changed in GET /api/invoices/{id} (payment_order_subtype) Affected surface: GET /api/invoices/{id}. Root cause: schema `payment_order_subtype`. Detected at Fri, 17 Jul 2026 16:13:42 UTC UTC.

Diff

{
  "added_enums": [
    "digital",
    "print"
  ],
  "path": "GET /api/invoices/{id}",
  "schema_path": "schema payment_order_subtype"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

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.