Invoice responses now include customer address information:
invoicing_address- The customer's billing addressshipping_address- The customer's shipping address
Invoice responses now include customer address information:
invoicing_address - The customer's billing addressshipping_address - The customer's shipping addressAccess your organization's bank account information:
GET /bank-accounts - List all bank accountsGET /bank-accounts/{id} - Retrieve a specific bank accountGET /invoice-payments - List all invoice payments across your organization with pagination supportAdded subsidiary_id filter parameter to relevant list endpoints:
GET /customersGET /contractsGET /invoicesGET /billsGET /vendorsThis allows you to retrieve records specific to a subsidiary in multi-entity organizations.
Access your organization information:
GET /organizations - Retrieve organization details including name, settings, and configurationAccess journal entry data through the API:
GET /journal-entries - List all journal entriesGET /journal-entries/{id} - Retrieve a specific journal entry with line itemsJournal entries include the related entity information showing the source of the entry.
status field indicating the current state of the expenseAccess subsidiary information for multi-entity organizations:
GET /subsidiaries - List all subsidiariesGET /subsidiaries/{id} - Retrieve a specific subsidiaryManage employee expenses through the API:
Charges
GET /charges - List all chargesGET /charges/{id} - Retrieve a chargeDELETE /charges/{id} - Delete a chargeReimbursements
GET /reimbursements - List all reimbursementsGET /reimbursements/{id} - Retrieve a reimbursementDELETE /reimbursements/{id} - Delete a reimbursement