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
-
norbu09
commented
it would open up the import of bank feeds and other bank like accounts (like prepaid accounts) that actually have an API but will never be included in xero natively. i have to create a CSV from those feeds now and then manually import them, that feels quite wrong.
-
mdonseif
commented
-
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.