-
Notifications
You must be signed in to change notification settings - Fork 73
Description
A few users have asked for integration with Xero for their accounts.
I'd see integration initially as mapping of payment types to Xero accounts (mappings stored in config) and transmission of incoming payments as transactions. There are some question marks here as to when the synchronisation should be done and how it should be stored. We need to keep an eye on the fact that there maybe other SaaS accountancy solutions we want to send to in future (like Quickbooks) so it may be best to have a sync table like we do with animalpublished
The API docs are here:
https://developer.xero.com/partner/app-partner/
https://developer.xero.com/documentation/getting-started/getting-started-guide
A smaller initial measure might be to have a report that generates CSVs like we do for Quickbooks as Xero have a very comprehensive CSV import tool.