Files
bank-statement-import/account_statement_import_camt/test_files/golden-camt054.pydata
Téo Goddet 9e6b6eec9e [IMP] account_bank_statement_import_camt: more infos in narration
with this commit, the narration field is filled with infos find in the camt file such as reversal indicator, return reason, cheque number, ...
before only a banking ref was present.

The transaction type field is also filled.
2022-06-14 10:01:06 +02:00

27 lines
1.6 KiB
Plaintext

('EUR',
'NL77ABNA0574908765',
[{'balance_end_real': 0.0,
'balance_start': 0.0,
'date': '2022-01-26',
'name': '20220120000000000000000',
'transactions': [{'account_number': 'NL46ABNA0499998748',
'amount': 5.0,
'date': '2022-01-26',
'narration': 'Partner Name (RltdPties/Nm): Test Customer\n'
'Partner Account Number (RltdPties/Acct): Test Customer\n'
'Transaction Date (BookgDt): 2022-01-26\n'
'Reference: 000000000000000000000000003\n'
'Communication: \n'
'Transaction Type (BkTxCd): PMNT-RCDT-VCOM\n'
'Additional Entry Information (AddtlNtryInf): Additional entry info\n'
'Reversal Indicator (RvslInd): false\n'
'Structured Reference (RmtInf/Strd/CdtrRefInf/Ref): 000000000000000000000000003\n'
'Account Servicer Reference (Refs/AcctSvcrRef): 15180015077602405\n'
'End To End Id (Refs/EndToEndId): ENDTOENDID-01\n'
'Instructed Id (Refs/InstrId): MIB InstrId305-312MM20211231v1\n'
'Postal Address (PstlAdr): Test street 1 | 1234 AB Test city',
'partner_name': 'Test Customer',
'payment_ref': 'MIB InstrId305-312MM20211231v1',
'ref': '000000000000000000000000003',
'transaction_type': 'PMNT-RCDT-VCOM'}]}])