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

Enum values changed in POST /api/payment_orders/create_async (payment_order_type)

Affected surface
POST /api/payment_orders/create_async
Affected field
payment_order_type

What changed

Enum values changed in POST /api/payment_orders/create_async (payment_order_type) Affected surface: POST /api/payment_orders/create_async. Root cause: schema `payment_order_type`. Detected at Thu, 11 Jun 2026 01:53:31 UTC UTC.

Diff

{
  "path": "POST /api/payment_orders/create_async",
  "removed_enums": [
    "interac",
    "provxchange",
    "signet",
    "sen",
    "sknbi",
    "ro_sent",
    "hu_ics"
  ],
  "schema_path": "schema payment_order_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.