Standard employee bank details reports are available in the Document Store and may already provide the information you require.
However, if you need to generate an export directly from the system, you can do this using the Admin Tool by following the steps below.
In the Admin Tool, click Import/export data.
Click Create an export definition.
Click Select the data to export.
From the Database drop-down menu, select SelectHR.
Click the SQL tab, then delete Select*.
Copy the following SQL data into the blank space:
Select Person.Snapshot.[Person Number], Person.Snapshot.[First Name], Person.Snapshot.Surname, Person.Snapshot.[Effective Status], Person.Snapshot.[Key Unit Name 1], Person.Snapshot.[Key Unit Name 2], Person.Snapshot.[Key Unit Name 3], Person.Details.[Bank Sort Code], Person.Details.[Bank Account Number], Person.Details.[Building Society Roll No], Person.Details.[Bank Account Name], Person.Details.IBAN, Person.Details.[SWIFT Code] From Person.Snapshot Inner Join Person.Details On Person.Snapshot.[Person Number] = Person.Details.[Person Number] Where Person.Snapshot.[Effective Status] = 'Current'
Select the relevant filter criteria, then click the Data tab.
Click Key Field at the top-left, then select the relevant option.
Click OK then review the data.
Once you're happy with the data, in the Definition field, enter a name for the export.
Next to Export to file location, click Browse, then choose where to save the export.
From the File Format drop-down menu, select the relevant option.
If required, select the Export column headers check box.
Click Next, then select the relevant options.
Click Next, then click Finish.
