GuidesAPI ReferenceChangelog
Log In

Job Errors

Pinwheel runs a login job when a user connects an account. After the connection is established, Pinwheel executes jobs for performing a direct deposit switch or retrieving Core Data.

📘

Looking for a different category of errors?

Pinwheel's system also communicates API Errors and Link SDK Errors.

Sometimes, these jobs fail. You can listen for failure by registering for webhook events or listening to the onError callback on the Link SDK (see Link SDK Errors for more information about this callback).

These error types and codes are enums that are safe for developer use, whereas error messages are liable to change. We may introduce new error types and codes as non-breaking changes, in accordance with our Change Management policy.

There are five different error types:

Error TypeDescription
systemErrorPinwheel internal server error.
userActionRequiredUser action is required.
platformErrorPayroll platform error.
invalidAccountsConfigurationInvalid user account configuration.
invalidUserInputUser error.

Specific error codes include:

typecodedescriptionmessage
systemErrorsystemErrorAn unhandled error when a payroll integration behaves in an unexpected manner. These errors are fixed such that subsequent users do not trigger themUh oh, looks like we're having trouble getting you connected. Please try again later.
userActionRequiredaccountLockedThis error is thrown when the user's account has been locked. Users will need to reach out to their HR Admin to proceed.Uh oh, looks like your account has been locked. Please contact your payroll administrator to proceed.
userActionRequiredchangePasswordRequiredThis error indicates that the user must update their password before logging inUh oh, you will need to update your password before proceeding. Please login through your payroll provider to continue.
userActionRequiredaccountNotActiveThis error is thrown when a user attempts to login to an inactive account, eg. if they've been terminated and have lost accessUh oh, your account is inactive. Please contact your payroll administrator to continue.
userActionRequiredaccountLoggedInThis error is thrown if the platform detects that the user is logged in via another mechanismUh oh, looks like you're logged in already. Please log out of your account before trying again.
userActionRequiredmfaSetupRequiredThis error is thrown if MFA needs to be set up, eg. on first time loginUh oh, you'll need to set up multi-factor authentication before proceeding. Please login through your payroll provider to complete setup before trying again.
userActionRequiredcontactHelpDeskThis error is thrown if the user needs to contact their payroll admin in order to continue.Uh oh, looks like your account has been locked. Please contact your payroll Help Desk to continue.
userActionRequireddirectDepositDisabledThis error is thrown if the account does not support any updates to direct deposit settings, eg. the employer has disabled the ability to update settings within the online portalUh oh, your account does not support this action. Please contact your payroll administrator to continue.
userActionRequireddirectDepositAllocationsDisabledThis error is thrown if the account does not support direct deposit switches through the online portal, similar to directDepositDisabledUh oh, your account does not support this action. Please contact your payroll administrator to continue.
userActionRequiredsessionTimeoutThis error occurs when the session closes after a period of inactivity, eg. due to lack of user action.Uh oh, looks like your session has timed out. Please exit and try again.
platformErrordataNotAvailableThis error occurs only for Income and Employment jobs. It occurs when the user's payroll platform does not surface the data requested. The availability of data varies within platform, employer, and employee combinations.This error is applicable to any job that is part of the Income and Employment suite (Income, Employment, Identity, Paystubs, Shifts, and Direct Deposit Allocations). Since this error is only viewable asynchronously via the job results endpoint, there is no message shown to the user in the Link modal.
platformErrordataNotRefreshableThis error occurs only for Income and Employment jobs. It is raised when the user's payroll platform is able to surface the data requested when the user starts a new link session, but not when the job is run via refresh. The availability of data sometimes requires user action, such as an MFA code input, in order retrieve the requested data.This error is applicable to any job that is part of the Income and Employment suite (Income, Employment, Identity, Paystubs, Shifts, and Direct Deposit Allocations). Since this error is only viewable asynchronously via the job results endpoint, there is no message shown to the user in the Link modal.
platformErrorlocationRestrictedThis error is thrown if the platform cannot be accessed at the user's current location. Eg, some employers restrict access to corporate networks, or from specific IPs or locations.Uh oh, looks like your account cannot be accessed from your location.
platformErrorplatformErrorThis error is thrown when there is an issue with the underlying payroll platform. While our connection is behaving as expected, the platform itself is not working as expected.Uh oh, looks like we’re having trouble getting you connected. Please try again later.
platformErrorplatformUnavailableThis error is thrown when the platform is unavailable, eg. some platforms will go offline during routine maintenanceUh oh, looks like we're having trouble getting you connected. Please try again later.
platformErrorroutingNumberRejectedThis error is thrown when the routing number provided in the Link token is rejected by the platform's validation logicUh oh, something unexpected happened. We are trying to fix this as quickly as possible, so please try again later.
platformErrormaxFailedAttemptsThis error is thrown if the user reaches the maximum number of login attemptsUh oh, you've reached the maximum number of attempts. Please wait until your account is unlocked before trying again.
invalidAccountsConfigurationinvalidExistingSplitThis error is thrown when the user's account does not support the requested change, eg. a user attempts to add a fixed amount allocation to an account that has an existing percentage allocation. Validation rules vary from platform to platformUh oh, your account does not support this action. Please contact your payroll administrator to continue.
invalidAccountsConfigurationchangesTemporarilyDisabledThis error is thrown when a change is rejected due to existing changes that are still pending on the account, eg. a direct deposit switch has been submitted and is pending processingUh oh, looks like your account has pending changes. Please wait for them to complete before trying again.
invalidAccountsConfigurationmaxAccountsThis error is thrown when a user has reached the maximum number of direct deposit allocations, such that a new one cannot be addedUh oh, you've reached the maximum number of accounts. Please remove one via your payroll provider before trying again.
invalidUserInputmfaTimeExceededThis error is thrown when the MFA token expiresUh oh, the request has timed out. Please try again. Please try again.
invalidUserInputinvalidCredentialsThe user has entered invalid credentialsUh oh, the credentials you entered are invalid. Please try again.
invalidUserInputinvalidMfaCodeThe MFA code that was entered was invalidUh oh, the authentication code you entered is invalid. Please try again.
invalidUserInputchallengeAnswerIncorrectThe answer provided for the challenge question was invalid, eg. during an MFA stepUh oh, the verification answer you provided is invalid. Please try again.
invalidUserInputvalidationFailedThis is a catch-all error that is thrown to capture other validation issues (eg. driver's license)Uh oh, the information you entered is invalid. Please try again.
invalidUserInputemailNotRegisteredThis error is thrown when the email address provided by the user has not been registered with the payroll platformUh oh, the email you are trying to use has not been registered. Please try again with a different email or contact your payroll administrator for help.
invalidUserInputpasswordsNotEqualThis error is thrown in the password reset flow, when a password and its confirmation do not matchUh oh, the passwords do not match. Please try again.
invalidUserInputinvalidInputThis is a catch-all error that is thrown to capture generic input errorsUh oh, the information you entered is invalid. Please try again.
invalidUserInputtimedOutWithNoInputThis error is thrown if the Link modal is left up for 15 minutes without user input submitted.Uh oh, looks like your device has been disconnected. Please exit and try again.

Please contact [email protected] for access to our Developer Dashboard.