OrganizationDisbursementMethod
The possible methods an organization can use for disbursing HSA contributions/deductions into employee HSAs on each payroll cycle.
enum OrganizationDisbursementMethod {
MANUAL
PULL_ACH
PUSH_ACH
}
Values
OrganizationDisbursementMethod.MANUAL
The employer provides no banking or payroll information and is fully responsible for their employer contributions and employee deductions each payroll cycle.
OrganizationDisbursementMethod.PULL_ACH
The employer provides bank details, and FD is responsible for pulling an ACH from the connected account for each payroll cycle. The ACH pull is for the total amount of employer contributions and employee deductions.
OrganizationDisbursementMethod.PUSH_ACH
The employer does not provide bank details, and is responsible for pushing an ACH to us for each payroll cycle. This ACH must include the total amount of employer contributions and employee deductions.
This method may be deprecated in the future.
Member of
Organization
object