Overview

The Taxes API allow external parties to Create, Read, Update, and Delete a companies tax codes within Pleo.

Tax codes are used to calculate the tax for each expense for proper reporting.

A tax code can be linked to a category (type of spend defined by the user), so all spend classified within this category would have a tax code attached to it. However, a category can have multiple tax codes associated with it, but a default code can be selected for the specific category. This means — when a spender selects a category for the expense, the default code is also selected.

As part of expense review process, before exporting from Pleo, a bookkeeper might change the tax code manually — if the default tax code is incorrect or if the expense needs multiple tax rates according to the line items of the purchase.

Tax Code Object

ObjectTypeDescription
accountingIntegrationSystemstringThe accounting system used by the customer
archivedbooleanThe flag used to archive or unarchive an account. When set to true, account is not visible or usable on the platform.
codestringThe accounting system's internal identifier of the tax code
companyIdstringThe Pleo unique identifier of the company the tax code belongs to
createdAtstringDate and time the tax code was created

Format: YYYY-MM-DDTHH:mi:ssZ
IdstringThe unique identifier generated by Pleo for the tax code
ingoingTaxAccountstringIngoing tax account is usually used to account for reverse VAT
namestringName of the tax code

Example: Standard (20%)
outgoingTaxAccountstringOutgoing tax account usually used to account for reverse VAT
ratenumberPercentage rate applied for this tax code represented in decimals and not the percentage. e.g. 20% tax rate would be 0.20
typeenumClassification of this tax code
inclusive
exclusive
reverse
updatedAtstringDate and time the tax code was last updated

Format: YYYY-MM-DDTHH:mi:ssZ