Handling Xero Webhooks With a Laravel Application

Rod Staines
The Startup
Published in
6 min readDec 20, 2020

--

I’ve built a Laravel 7 client management application to manage complex billing for another much larger product. The application creates an invoice and dynamic line items (based on active features, licence overages, crazy pricing tiers, custom discounts and ad-hoc unique items) locally and then exports it to Xero via their API.

--

--