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 Thu, 11 Jun 2026 01:53:31 UTC UTC.
Diff
{
"path": "GET /api/invoices/{id}",
"removed_enums": [
"ro_sent",
"sknbi",
"hu_ics"
],
"schema_path": "schema payment_order_subtype"
}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.
Recommended action
Audit any switch/match statements over this enum. Removed values become unhandled paths.
Related changes
Other endpoints affected by the same root cause.
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.
