Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt

Use this file to discover all available pages before exploring further.

Event Types

Data entity events follow EntityName.operation and generally use thin payloads.Example payload:
{
  "id": "Customer_created_7bcef4fd-9458-49d0-a7e7-589f5e6f2683_03f6c94f-574d-42ca-a6cd-fecf2a2aeccb",
  "type": "Customer.created",
  "business_id": "8e7a359e-7af5-4f6e-b786-6ddfd1807c32",
  "business_external_id": "biz_101",
  "data": {
    "entity_id": "7bcef4fd-9458-49d0-a7e7-589f5e6f2683",
    "entity_external_id": "cust_2001"
  }
}
EntityEvents
BankTransactionBankTransaction.created, BankTransaction.updated, BankTransaction.archived
BillBill.created, Bill.updated, Bill.archived
BillPaymentBillPayment.created, BillPayment.updated, BillPayment.archived
BusinessBusiness.created, Business.updated, Business.archived
BusinessTaskBusinessTask.created, BusinessTask.updated, BusinessTask.archived
CustomerCustomer.created, Customer.updated, Customer.archived
CustomerCreditCustomerCredit.created, CustomerCredit.updated, CustomerCredit.archived
CustomerPayoutCustomerPayout.created, CustomerPayout.updated, CustomerPayout.archived
CustomerRefundCustomerRefund.created, CustomerRefund.updated, CustomerRefund.archived
GeneralLedgerAccountGeneralLedgerAccount.created, GeneralLedgerAccount.updated, GeneralLedgerAccount.archived
InvoiceInvoice.created, Invoice.updated, Invoice.archived
InvoicePaymentInvoicePayment.created, InvoicePayment.updated, InvoicePayment.archived
InvoiceWriteOffInvoiceWriteOff.created, InvoiceWriteOff.updated, InvoiceWriteOff.archived
TaxProfileTaxProfile.created, TaxProfile.updated, TaxProfile.archived
TimeEntryTimeEntry.created, TimeEntry.updated, TimeEntry.archived
TripTrip.created, Trip.updated, Trip.archived
VehicleVehicle.created, Vehicle.updated, Vehicle.archived
VendorVendor.created, Vendor.updated, Vendor.archived
VendorCreditVendorCredit.created, VendorCredit.updated, VendorCredit.archived
VendorPayoutVendorPayout.created, VendorPayout.updated, VendorPayout.archived
VendorRefundVendorRefund.created, VendorRefund.updated, VendorRefund.archived

Events with additional metadata

BusinessTask lifecycle webhooks include the current active task count for the business in addition to the standard lifecycle entity fields.