Enum values changed in POST /protect/cash_advance/repayment/create (CashAdvanceRepaymentStatus)
- Affected surface
- POST /protect/cash_advance/repayment/create
- Affected field
- CashAdvanceRepaymentStatus
What changed
Enum values changed in POST /protect/cash_advance/repayment/create (CashAdvanceRepaymentStatus) Affected surface: POST /protect/cash_advance/repayment/create. Root cause: schema `CashAdvanceRepaymentStatus`. Detected at Wed, 02 Sep 2026 01:47:55 UTC UTC.
Diff
{
"added_enums": [
"PARTIAL_PAYMENT"
],
"path": "POST /protect/cash_advance/repayment/create",
"removed_enums": [
"DELIVERED"
],
"schema_path": "schema CashAdvanceRepaymentStatus"
}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.
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.
