What is DEGRADED mode
When a record submission fails due to a persistent Fisconline credential error in the LIVE environment, the Taxpayer's mode automatically switches from OPERATIVE to DEGRADED.
All further record submissions are immediately blocked until the Fisconline credentials are fixed and the Taxpayer is manually restored to OPERATIVE.
What triggers it
The first record submission in the LIVE environment that fails with one of the following 3 authentication errors:
| Error | Cause |
Authentication error: Fisconline credentials expired |
Password has exceeded the 90-day lifecycle |
Authentication error: Invalid credentials |
Wrong username, PIN, or password |
Authentication error: authentication failed due to multiple failed intents with wrong credentials - please reset and update them |
Account locked after repeated failed login attempts |
When triggered:
- The triggering record returns
FAILED, with the specific authentication error indicating the root cause captured in the record'slogs. - The Taxpayer mode automatically switches from
OPERATIVEtoDEGRADED - All subsequent record submissions immediately return a
405 Method not allowederror —"record operation invalid: cannot create new record of '<TYPE>::<OPERATION>', legal entity is not in mode 'OPERATIVE'".
How to recover
The recovery flow is as follows:
-
PATCHthe Taxpayer toSUSPENDEDmode - Update or reset credentials in the AdE portal, according to the scenario
-
PATCHthe Taxpayer to provide valid credentials -
PATCHthe Taxpayer back toOPERATIVEmode

How to simulate DEGRADED mode in the TEST environment
To simulate the expired credentials scenario in the TEST environment, send the record with the header: X-Taxpayer-Credentials-Expired: true
This header causes the record to act as the triggering record, forcing the credential-expiration path so you can observe the full DEGRADED mode behavior described above and test your integration's response before it goes live on your version.