-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty transaction data for ABNAMRO #54
Comments
I already tried this with the example ABN file i found online, but this also doenst work;
|
Ahhh. I see the Error. There are different Formats for sepa and non-sepa transactions ... |
Can you make this package work that the parser can parse the versions with the slashes? I guess this is the new format that is used nowadays. |
Joar. I will try to fix this this night. |
Nope, The demo file is tested this should work. And the test: https://github.com/sandermarechal/jejik-mt940/blob/master/tests/Jejik/Tests/MT940/Parser/AbnAmroTest.php |
We are using your package to read the MT940 file a client is uploading. The client uses ABNAMRO.
The account statements, opening, closing balances can be read.
But when we read the transactions we get the correct amount of transactions, but the transaction data is quite empty. The sample response would be something like this:
Why is all the transaction data empty? When we use
getIBAN
for example it response with an empty string.If you want to try it with a demo ABNAMRO file, you can use this string below. Its different than we use, but it also gives back a empty transaction data.
The text was updated successfully, but these errors were encountered: