jejik-mt940 icon indicating copy to clipboard operation
jejik-mt940 copied to clipboard

An MT940 bank statement parser for PHP

Results 7 jejik-mt940 issues
Sort by recently updated
recently updated
newest added

Hi, is it possible to add support for reverse debit (code RD) and reverse credit (code RC) transactions to `AbstractParser::transaction()`? Sources: https://deutschebank.nl/nl/docs/MT94042_EN.pdf (page 8) https://www.csas.cz/banka/content/inet/internet/en/MT940_B24.pdf (page 5)

As from 1 april Rabobank drops support for the MT940 Unstructured although MT940 Structured still is going to have support. As for now, the datatime function is not working for...

Because statementBody has a return type of Statement, you can't use a custom Statement class, because it will error saying that "CustomStatementClassX is not Statement". This was fixed in a...

$xml = '{1:F01INMASARI9XXX3816963020}{2:I940INMASAR0XXXXN}{3:{108:381696302011020}}{4: :20:20380617-85 :25:68200059703000 :28C:85/1 :60F:C380616SAR17457739841,32 :61:3806160617DR1228,75NTRFNONREF//1FT381679WS1G Outward Telex Payment :61:3806160617DR678,75NTRFNONREF//1FT38167ZTDT8 Outward Telex Payment :61:3806170617DR150,00NTRFNONREF//1604FT38168SZ6 AC Transfer :62F:C380617SAR17457737783,82 :64:C380617SAR17457737783,82 -}'; $reader = new Reader(); // Parse the ING bank...

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...

bug