Enum values changed in GET /v2/channels/{channel_id} (ErrorCode)
- Affected surface
- GET /v2/channels/{channel_id}
- Affected field
- ErrorCode
What changed
Enum values changed in GET /v2/channels/{channel_id} (ErrorCode) Affected surface: GET /v2/channels/{channel_id}. Root cause: schema `ErrorCode`. Detected at Wed, 20 Nov 2024 13:51:33 UTC UTC.
Diff
{
"added_enums": [
"PAYMENT_NOT_REFUNDABLE_DUE_TO_DISPUTE"
],
"path": "GET /v2/channels/{channel_id}",
"schema_path": "schema ErrorCode"
}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.
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.
