ConnectedCredentials
Job status
Connected
ConnectedCredentials
is the initial status returned after all authentication steps have been successfully completed. It indicates that the session has logged into the provider’s portal and is ready to begin data extraction.
Implications:
- The connection is fully authenticated and valid.
- The session has moved past all login and verification steps.
- No user action is required at this stage.
Expected Developer Action:
None. This status is purely transitional.
Possible Previous Statuses:
- SecurityAnswerRequired
- SecurityAnswerInvalid
- MfaMethodChoiceRequired
- MfaCodeRequired
- MfaCodeInvalid
- AccountSelectionRequired
Possible Next Statuses:
The session will automatically proceed to:
- ConnectedWaitingOnDataExtraction - if documents or data are found, or
- NoDataFound - if the provider’s portal shows no available data.
Updated 8 days ago