Import bank statement lines via the API
Be able to import bank statement lines into a bank account in Xero. This would be useful for custom bank accounts or banks that do not have a direct feed into Xero
2,401
votes
salo
shared this idea
Public API PM
responded
-
mdonseif commented
You might wan't to transver SWIFT-Style mt941 Bank transactions into OFX by using https://github.com/hudora/pyBookkeeping/blob/master/bookkeeping/mt940toOFX.py - not perfect but works since Xero can nicely import OFX data.
But then again: Importing OFX via the API does not work.