action.skip

How to retrieve bank data?

← Banking and EBICS FAQ

JustOn Cash Management provides two ways for organizations to download bank data:

In either case, JustOn Cash Management automatically associates

  • existing payment records (as related to entries) and refund records with matching bank statement items (from the original bank account and according to the end-to-end ID), or
  • retrieved bank statement items (and corresponding new payment records) with matching entries through data comparison.

Manually Retrieving Bank Data

Info

The manual bank data retrieval requires that the Bank Statements tab is displayed (see Adapting Navigation Bar), and that the button Retrieve is available on the Bank Statement list view (see Enabling Bank Statement Download).

Users can retrieve banking transactions from the bank accounts subject to a specific EBICS bank account credential in the status Active for a specific period.

  1. Open the Bank Statements tab.
  2. Click Retrieve.
  3. Select the relevant EBICS bank account credential and define the period for which you want to retrieve the transactions.

    JustOn Cash Management can retrieve banking data up to the day before the current date.

    pay_app_account_retrieve
    Configuring bank statement retrieval

  4. Click Next.

    This retrieves the banking transactions for the bank accounts subject to the selected EBICS bank account credential and the specified period from the bank. As part of the data retrieval, JustOn Cash Management automatically associates existing payment records (as related to entries) and refund records with matching bank statement items according to an end-to-end ID and retrieved bank statement items (and corresponding new payment records) with matching entries through data comparison.

    pay_app_account_retrieve_done
    Bank statement retrieval confirmation

    Clicking Finish returns you to the downloaded bank statements on the Bank Statements tab.

  5. Review the matching and settlement results.

    For details, see Reviewing Automatic Settlement Results.

Configuring Automatic Bank Data Download

JustOn Cash Management can automatically download bank data on a regular basis.

To this end, JustOn Cash Management provides the dedicated Apex class DownloadBankStatementsJob, which is to be scheduled using the standard Salesforce Schedule Apex functionality.

Note

Users who intend to schedule the bank data download must be able to access the relevant EBICS bank account credential record. There are two ways to achieve this:

  1. Click to enter Setup, then open Apex Classes.

    In Salesforce Lightning, navigate to Custom Code > Apex Classes.

    In Salesforce Classic, navigate to Develop > Apex Classes.

  2. Click Schedule Apex on top of the list.

  3. Specify the details as required.

    • Job Name, like Download Bank Statements Job
    • Apex Class: DownloadBankStatementsJob
    • Frequency: Weekly or Monthly (with an according day of week or day of month setting)

      We recommend a daily interval (Weekly with every day selected) so that there will be no gaps in the bank data.

      In case of data gaps after the automatic download, a user must fetch the corresponding bank data manually. Be aware, however, that banks usually provide data for a limited period only, like 14 days.

    • Start

    • End

      Required, so if you want it to run virtually forever, select a date far in the future.

    • Preferred Start Time

  4. Click Save.

    This sets up the bank data download to be executed automatically at the specified time.