Lago seamlessly integrates with Xero, enabling real-time synchronization of billing data with your preferred accounting tool.
Granting access to Xero
Accounts
: Fetch account data from Xero (mandatory);Customers
: Syncs or fetch customer data from Xero (mandatory);Items
: Fetch item data from Xero (mandatory);Invoices
: Syncs invoice data to Xero (mandatory);Credit Notes
: Syncs credit note data to Xero (optional); andPayments
: Syncs payment data to Xero (optional).Granting access to Xero
Map a fallback item between Lago and Xero
Map a fallback item between Lago and Xero
Map custom items between Lago and Xero
Lago customer integrated with Xero
Lago | Xero |
---|---|
customer | type |
customer.name | Name |
customer.email | EmailAddress |
customer.phone | Phones |
customer.tax_identification_number | TaxNumber |
customer.address_line_1 | AddressLine1 |
customer.address_line_2 | AddressLine2 |
customer.city | City |
customer.zip | PostalCode |
customer.country | Country |
customer.state | Region |
units
are synced to Xero as Quantity
;precise_unit_amount
is synced to Xero as UnitAmount
;Sync Lago invoices to Xero
Lago | Xero |
---|---|
invoice | type |
invoice.number | InvoiceNumber |
invoice.status | Status |
invoice.currency | CurrencyCode |
invoice.issuing_date | Date |
invoice.payment_due_date | DueDate |
invoice.fee.units | Quantity |
invoice.fee.precise_unit_amount | UnitAmount |
invoice.fee.amount_cents | LineAmount |
invoice.fee.taxes_amount_cents | TaxAmount |
invoice.fee.precise_coupons_amount_cents | DiscountAmount |
Lago | Xero |
---|---|
credit_note.number | CreditNoteNumber |
credit_note.reference | Reference |
credit_note.status | Status |
credit_note.currency | CurrencyCode |
credit_note.issuing_date | Date |
credit_note.line_item.units | Quantity |
credit_note.line_item.precise_unit_amount | UnitAmount |
credit_note.line_item.amount_cents | LineAmount |
credit_note.line_item.taxes_amount_cents | TaxAmount |
Lago | Xero |
---|---|
invoice.id | Invoice |
invoice.amount_cents | Amount |
customer.accounting_provider_error
.