Factuarea APIDevelopers

What’s changing at Factuarea.

Releases, contract changes and tooling updates for your integration.

Contract

Delete and archive contacts

Breaking change: DELETE /v1/contacts/{id} and POST /v1/contacts/bulk-delete now delete instead of archiving, and the deletion cannot be undone through the API. Archiving moves to POST /v1/contacts/{id}/archive, is always allowed and stays reversible. A contact.deleted webhook event is published and the contact_has_commercial_references subcode disappears.

Read update

New endpoints1

EndpointDescription
POST/v1/contacts/{contact}/archiveArchive a contact

Updated endpoints3

EndpointDescription
DEL/v1/contacts/{contact}Delete a contact
POST/v1/contacts/bulk-deleteDelete contacts in bulk
POST/v1/contacts/bulk/archiveArchive contacts in bulk
Contract

Measured purchase lines

Purchase invoice lines now record the packages received, the unit the supplier cost applies to and the real measured quantity. The contract adds a measurement block, persists line discounts, resolves the cost from the supplier offer and duplicates a purchase from an authorised source.

Read update

Updated endpoints4Preview

EndpointDescription
POST/v1/purchase_invoicesCreate a purchase invoice
PUT/v1/purchase_invoices/{purchase_invoice}Update a purchase invoice
GET/v1/purchase_invoices/{purchase_invoice}Retrieve a purchase invoice
View all (4)
Contract

PDF capabilities on the account

The Account resource and the templates endpoint expose a read-only capabilities block: what the plan allows in document branding, which templates can be set and which plan unlocks the editor. Personalization updates outside the plan now return 403.

Read update

Updated endpoints3

EndpointDescription
GET/v1/accountRetrieve account details
GET/v1/account/personalization/templatesList available personalization templates
PATCH/v1/account/personalizationUpdate account personalization
Added

Time tracking (control horario)

Manage work schedules, time entries, absences, balances and presence through the API and MCP, using the same permission model as the rest of the platform.

Read update
Addedv1

Platform launch

The public platform brings together REST API v1, official TypeScript and PHP SDKs, the CLI and MCP, with an isolated sandbox for testing integrations.

Read update