Expenses
Update expense transactions
The Update expense endpoint updates an existing expense transaction in the accounting software for a given company's connection.
Expense transactions represent transactions made with a company debit or credit card.
Supported integrations
The following integrations are supported for the Payment transaction type only:
| Integration | Supported |
|---|---|
| FreeAgent | Yes |
| QuickBooks Desktop | Yes |
| QuickBooks Online | Yes |
| Oracle NetSuite | Yes |
| Sage Intacct | Yes |
| Xero | Yes |
| Zoho Books | Yes |
Integration-specific behavior
| Integration | Specifics |
|---|---|
| Sage Intacct | To sync debit card expenses, map the debit card to a Credit Card with the account type set to Debit. |
put/companies/{companyId}/sync/expenses/expense-transactions/{transactionId}
Request body
Response
Accepted
Example response
{
"syncId": "1ad0695c-4566-4715-918c-adbb03eac81e"
}