Direct Deposit Data for US Employees
Direct Deposit Data for US Employees
Use the Direct Deposit Data for US Employees wizard to upload employee direct deposit data. Examples of employee direct deposit data include Pay Method, Routing Number, Account Number, Deposit Order, Is Remainder, Percentage Value, Amount Value, and PreNote Days.
With this wizard, Activate loads employee bank information in Dayforce under HR Data. You can also update direct deposit information for employees who want to split their pay into different accounts and have the following deposited in an account: any deposit order, percent value, or percent amount.
Note: You can run this data load more than one time.
Note: If this wizard doesn’t show under Load Your Data, check in Dayforce to make sure that you have a pay group and the corresponding (generated) pay calendar for the country you are attempting to load data for.
Note: Activate uses HR Version 2.0 (NextGen) when loading data during configuration.
Before you begin
Employees included in the Direct Deposit Data USA template must exist in Dayforce.
Using this wizard
The previously loaded employee direct deposit l information shows in an editable grid with the compensation-related fields that need to be populated. You can enter information directly in the grid or you can download the Direct Deposit Data USA template, populate it, and then upload the data. When you edit the data in the grid, Activate shows any applicable validation warnings or errors. If warnings or errors show, you must review and correct them by updating the data in the grid or uploading a corrected template.
Enter required changes in the template to ensure that future uploads are accurate. If you make edits directly in the grid, click Save and download the updated file for record keeping purposes.
Tasks
To complete and upload the USA Direct Deposit Data template:
-
In Activate Central, click Load Your Data.
The Load Your Data wizards are shown.
-
Click Direct Deposit Data for US Employees.
- On the USA Direct Deposit Data page, click Download.
- Select the location where you want to save the template document.
- Open the
DirectDepositDataTemplateUSA.xlsx
template on your computer.Note: You can also download an empty Direct Deposit Data for US Employees template from the Download Template Files page.
- On the DirectDepositDataUSA tab, complete all columns with the data for all employees in the organization.
Note: The Activate release version shows in cell B3 on the Instructions tab of the template. This information helps you later determine the version of Activate you were using when you downloaded the template.
Note: Instructions for populating the fields are in the Direct Deposit US Template Fields section (below) and on the Instructions tab of the template.
- Click Save and close the template.
You can use any file name for the template you upload. The file must be an Excel or CSV (Comma-Separated Value) document and contain the data in the required format.
Important: Don’t change the name of the tab because Activate uses it to validate that the correct template is being uploaded.
- On the USA Direct Deposit Data page, click Upload.
- Go to your completed USA Direct Deposit Data template in the location where you saved it.
Note: If the uploaded file has errors, a Validation Failed message shows in red at the bottom of the page. You must correct the errors in the file on your computer and upload the file again.
- Click Next.
To review and confirm the data:
- Review the information shown in the grid.
- To make updates to data on the page:
- To download the error message list and save it to your computer, click Download Errors File.
- To correct errors in the grid, click in the field containing the error. Click Tab to move to the right and Shift+Tab to move to the left in the row. Use the scrollbars on the right side and bottom of the grid to go to other areas of the grid.
- When the data is complete, click Done & Install. When you leave the page, the selected values stay in the grid.
To install US Direct Deposit information:
When the direct deposit information is complete in Activate, you must install it in Dayforce.
- After making any necessary corrections, on the USA Direct Deposit Review page, click Load.
The Load page opens with a list of the steps to complete and an estimate of how long the installation usually takes. During the installation, the current step in the process is bolded so you can monitor the progress.
Important: If No shows in the Is Remainder column for any direct deposit records, Dayforce generates a physical check for any excess funds for those records.
-
Click one of the following:
- Add Email and enter your email address to receive an email when the installation process ends, instead of waiting for it to finish.
- Next w hen the installation is complete.
Activate Central opens with the name of the Wizard now shown in green text and a green checkmark to the left of the wizard’s name. The current day, date, and time of completion are included, along with your name as the user who completed the Wizard. The environment in which the installation was applied (Stage, Config, or Train) is also shown.
Note: If you want to add more information, click I want to add more. See Executing a Rollback When Using the “Add More“ Feature in the Payroll Wizards.
Results
Fields populated in Dayforce
The data uploaded from the USA Direct Deposit Data template populates the fields on the Direct Deposit page (People icon > Payroll > Direct Deposit) in Dayforce.
Note: You must select an employee if you haven’t already done so.
Dayforce fields populated by the USA Direct Deposit Data template
Employee Identifier |
Employee Reference / Number
|
First Name |
First Name
|
Last Name |
Last Name
|
Pay Method |
Pay Method
|
Routing Number |
Routing #
|
Account Number
|
Account Number
|
Deposit Order |
Deposit Number
|
Is Remainder |
Remainder (checkbox)
|
Percentage Value |
Deposit Type / Deposit Amount
|
Amount Value |
Deposit Type / Deposit Amount
|
PreNote Days |
Number of pre note days
|
File generated by the Direct Deposit Data for US Employees wizard
After completing the Direct Deposit Data for US Employees wizard, a single import file is automatically generated and placed on the customer's FTP site.
HR Import
- FTP Subdirectory: Import/HRImport
- Filename: <Namespace> HRImport <DateTime>.xml
For an example illustrating how translates the template data to XML, click here.
Copy
<?xml version="1.0" encoding="utf-8"?>
<EmployeeImport>
<Employee>
<XRefCode>1007</XRefCode>
<EmployeeNumber>1007</EmployeeNumber>
<FirstName>Andrea</FirstName>
<LastName>Monan</LastName>
<DirectDepositInformation>
<RoutingTransitNumber>021000021</RoutingTransitNumber>
<AccountNumber>39654578961</AccountNumber>
<DepositNumber>1</DepositNumber>
<DepositValue>30.00000</DepositValue>
<IsPercentage>true</IsPercentage>
<IsDeleted>false</IsDeleted>
<DFPayMethodXrefCode>SAVINGS</DFPayMethodXrefCode>
<IsRemainder>false</IsRemainder>
<RequiresPreNote>true</RequiresPreNote>
<PreNoteDays>1</PreNoteDays>
</DirectDepositInformation>
<DirectDepositInformation>
<RoutingTransitNumber>044202505</RoutingTransitNumber>
<AccountNumber>412578961</AccountNumber>
<DepositNumber>2</DepositNumber>
<DepositValue>20.00000</DepositValue>
<IsPercentage>true</IsPercentage>
<IsDeleted>false</IsDeleted>
<DFPayMethodXrefCode>CHECKING</DFPayMethodXrefCode>
<IsRemainder>false</IsRemainder>
<RequiresPreNote>true</RequiresPreNote>
<PreNoteDays>2</PreNoteDays>
</DirectDepositInformation>
<DirectDepositInformation>
<RoutingTransitNumber>125200879</RoutingTransitNumber>
<AccountNumber>123658961</AccountNumber>
<DepositNumber>3</DepositNumber>
<DepositValue>10.00000</DepositValue>
<IsPercentage>true</IsPercentage>
<IsDeleted>false</IsDeleted>
<DFPayMethodXrefCode>CHECKING</DFPayMethodXrefCode>
<IsRemainder>false</IsRemainder>
<RequiresPreNote>true</RequiresPreNote>
<PreNoteDays>3</PreNoteDays>
</DirectDepositInformation>
<DirectDepositInformation>
<RoutingTransitNumber>062000080</RoutingTransitNumber>
<AccountNumber>123456781</AccountNumber>
<DepositNumber>4</DepositNumber>
<IsPercentage>false</IsPercentage>
<IsDeleted>false</IsDeleted>
<DFPayMethodXrefCode>CHECKING</DFPayMethodXrefCode>
<IsRemainder>true</IsRemainder>
</DirectDepositInformation>
</Employee>
</EmployeeImport>
Next steps
Complete the next wizard, as appropriate.
Direct Deposit US template fields
All templates have the same basic structure:
- Instructions tab: Helps you understand the purpose of the data and complete the fields in the template.
- Data tab: Contains headers for the data to be included in the template. The headers remain the same, but you can change the column order. If you add more columns, Activate ignores them.
All number ranges in the templates include the numbers at both ends of the range.
To see a list of the fields in the template, click here.
Employee Identifier
1
|
Alphanumeric.
Unique value between 1-9 characters.
|
It allows our system to identify employees uniquely. Use the same number assigned to the employee in the Getting Started HR data loads.
|
3241245
000000006
abc123499
|
For this import, the Employee Identifier, First Name, and Last Name identify employees when completing the template.
This required field is used to validate that the data being loaded is assigned to the correct employee record. The values provided must match exactly to an existing employee record in Dayforce.
|
First Name
2 |
String1
between 1-64 characters. |
Legal first name of the employee.
The value provided must match exactly to an existing employee record in Dayforce.
|
Joe
|
For this import, the Employee Identifier, First Name, and Last Name helps users to users identify employees when completing the template.
This required field is used to validate that the data being loaded is assigned to the correct employee record. The values provided must match exactly to an existing employee record in Dayforce.
|
Last Name
3
|
String1
between 1-64 characters. |
Legal last name of the employee.
The value provided must match exactly to an existing employee record in Dayforce.
|
Smith
|
For this import, the Employee Identifier, First Name, and Last Name helps users to identify employees when completing the template.
This required field is used to validate that the data being loaded is assigned to the correct employee record. The values provided must match exactly to an existing employee record in Dayforce.
|
Pay Method
4
|
Accepted Values:
Checking
Savings
|
Indicates whether the account being entered is a checking or a savings account.
|
Savings
|
The field is part of an Employee's direct deposit record. This information indicates what type of account the employee is using to deposit payroll funds.
|
Routing Number
5
|
Numeric
9 digits. |
The employee's account routing number.
Any leading zeros must be included.
|
021000021
026012881 |
This information is used to identify the financial institution for the transaction.
|
Account Number
6
|
Numeric.
Between 1 and 17 digits.
|
The employee's account number.
Any leading zeroes must be included.
|
217193
|
This information is the employee's account number.
|
Deposit Order
Note: This field is used with the fields “Remainder? Yes/No,” “Percentage Value,” and “Amount Value.”
7 |
Numeric.
Accepted Values are between 1 - 10.
|
When there is more than one account for the employee this number will set the order. Dayforce accepts up to 10 accounts for each employee.
|
1
2
3
4
|
Pay will be deposited to the accounts based on the priority set here. If you have an employee that earns $1500 and he splits his pay between four accounts, you will need to add deposit order numbers 1,2,3,4 to each of his accounts.
If the employee had the following setup:
*$30 for the account with deposit order 1,
*$1000 for the account with deposit order 2,
*$900 for the account with deposit order 3 and
*$0 for the account with deposit order 4
Then the third account will only get a deposit of $470 and nothing would be deposited into the fourth account.
If another employee had the same setup for splitting deposits but earned $2600 then the third account would get the full $900 and the remaining $670 would go into the fourth account. For an example of this configuration, refer to tab ‘Examples’ employee identifier 1560.
|
Is Remainder
Note: If there’s only one record/account per person, keeping the “Is Remainder” field blank/empty for Direct Deposit records might result in a manual check of any excess funds in Dayforce.Activate shows a warning message that includes the Employee Identifier as part of the message if you upload a direct deposit record with no value in the "Is Remainder" field or the field set to “No.”
8 |
Accepted Values:
YES
NO
|
It tags the account that will be receiving any money not distributed in the other deposit accounts.
If the employee has only one account, this field should be set to YES.
|
YES
NO |
All amounts that aren’t allocated to a specific account will go into this remainder account. In the previous example, if the employee was earning $2600 the $670 that isn’t specifically allocated to the three first accounts will go into the remainder account that MUST also be the last account in the 'deposit order'. The remainder account MUST be the last account in the sequence with an amount value 0 or a blank percentage value.
|
Percentage Value
9
|
Numeric.
Accepted Values are between 1 - 99.
|
This field is used to show the percentage distribution among the accounts. The sum of the percentage values among the employee's accounts needs to be less than 100 (this is because the remainder account needs to be blank for percentage value).
|
50
25
25 |
The percentage of the pay that goes into the account.
If the remainder account uses a percentage, then this value will be blank.
|
Amount Value
Note: This field is used with the fields “Deposit Order,” “Remainder? Yes/No,” and “Percentage Value.”
10
|
Numeric.
Less than 1000000000. |
This field is used to show the dollar amount distribution among the accounts. The last account on the list needs to be blank and Remainder=YES.
Value is a number only and shouldn’t include $ or comma.
|
50
150 |
The dollar amount that goes into each account.
If the remainder account uses an amount, then this value will be blank.
|
Pre-Note Days
11 |
Numeric.
Accepted Values are between 1 - 30.
|
This field is used to define number of days Dayforce sends prenotes to the bank accounts in new or edited direct deposit records. If a value is populated in this field, the Requires Pre Note value will be set to True to enable prenoting.
|
1
2
3
4 |
Prenoting is the process of validating the information associated with a direct deposit bank account by performing a $0 deposit.
These fields must be populated with RequiresPreNote=Yes and PreNoteDays=number of days if prenoting is required before the first commit in production. |