Skip to main content

HSAApplicationStatus

No description

enum HSAApplicationStatus {
FAILED
IN_REVIEW
PENDING
PROCESSING
SUBMITTED
SUCCEEDED
}

Values

HSAApplicationStatus.FAILED

The application was rejected.

HSAApplicationStatus.IN_REVIEW

The application is undergoing further manual review

HSAApplicationStatus.PENDING

The HSA account has not yet been submitted, still waiting on the user to finish entering data

HSAApplicationStatus.PROCESSING

The application has been approved but the bank is still in the process of actually booking the account

HSAApplicationStatus.SUBMITTED

We have submitted the application to the bank and should expect a response shortly

HSAApplicationStatus.SUCCEEDED

The application has succeeded, and at this point the account should actually exist.

Member of

CheckAndSyncHsaApplicationStatusPayload object ● RegistrationFinalizePayload object ● RegistrationState object