Bank account number

Issue summary: 

All the converter process happens smoothly but when I want to upload my OFX file into the accounting software, it doesn't work as the bank account number isn't recognized, worse the software reads someting and take it for the account number. So, I can't complete the process.

Component: 
Code
Reporter: 
Ghislaine Carrez
Created: 
Wed, 06/10/2020 - 08:05
Updated: 
Wed, 06/10/2020 - 08:05

Comments

The OFX contains a random account number. This works in most accounting softwares, because it asks what is the account, what software are you using?

Also, can you try to edit the OFX and change the bank id and account id respectively and see if imports correctly?

        <BANKACCTFROM>
          <BANKID>77192953</BANKID>
          <ACCTID>77192951</ACCTID>
          <ACCTTYPE>CHECKING</ACCTTYPE>
        </BANKACCTFROM>

All the converter process happens smoothly but when I want to upload my OFX file into the accounting software, it doesn't work as the bank account number isn't recognized, worse the software reads someting and take it for the account number. So, I can't complete the process.

Have you tried to edit the OFX and change the values manually as suggested above?