File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Library user documentation content
2020 transfers
2121 debits
2222 tested
23+ upgrading_4_5
2324 upgrading_3_4
2425 upgrading_2_3
2526 upgrading_1_2
Original file line number Diff line number Diff line change 1+ Upgrading from python-fints 4.x to 5.x
2+ ======================================
3+
4+ Release 5.0 of this library was made to introduce breaking changes:
5+
6+ * When your bank no longer supports fetching MT940 bank statements, `get_transactions() ` will transparently fall back
7+ to retrieve XML statements and convert them to dictionaries. While we tried to keep the most important fields in
8+ place, this will cause different output. Please verify that the new output does not cause issues in your application.
9+
10+ * When sending a credit transfer, you might now receive a `NeedVOPResponse ` instead of a `NeedTANResponse ` if there is
11+ no exact match of payer names. You can proceed with `approve_vop_response() ` and will then receive your
12+ `NeedTANResponse ` as usual.
You can’t perform that action at this time.
0 commit comments