Factuarea APIDevelopers

List all taxes

List the tax rates available to your company (Spanish IVA, IRPF, recargo, etc.).

GET
/taxes
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer

Number of objects to return. Integer between 1 and 100. Defaults to 25.

Default25
Range1 <= value <= 100
starting_after?string

Cursor for forward pagination. Use the uuid of the last object on the previous page.

Formatuuid
ending_before?string

Cursor for backward pagination. Use the uuid of the first object on the current page.

Formatuuid
type?string

Tax type: vat, retention, surcharge, other. Exact match on type.

type[in]?string

Tax type: vat, retention, surcharge, other. Comma-separated list. Any of the values matches.

is_active?boolean

Filter active / inactive taxes. Exact match on is_active.

is_default?boolean

Filter taxes marked as global default (legacy flag). Exact match on is_default.

applies_to?string

Scope: sales, purchases, both. Exact match on applies_to.

applies_to[in]?string

Scope: sales, purchases, both. Comma-separated list. Any of the values matches.

country?string

ISO 3166-1 alpha-2 country code. Exact match on country.

code?string

Short tax code (exact match). Exact match on code.

search?string

Escaped LIKE search over name and code (limit 80 chars). Exact match on search.

external_reference?string

Exact AEAT key: S1..S3, E1..E6, N1..N2. Exact match on external_reference.

external_reference[in]?string

Exact AEAT key: S1..S3, E1..E6, N1..N2. Comma-separated list. Any of the values matches.

is_system?boolean

Filter system taxes (global catalog) vs custom. Exact match on is_system.

country_aeat_zone?string

AEAT fiscal zone: peninsula, canarias, ceuta, melilla. Exact match on country_aeat_zone.

indirect_tax_regime?string

Indirect tax regime DERIVED from the AEAT zone: iva, igic, ipsi. Translated to the equivalent zone filter. Exact match on indirect_tax_regime.

Headers

Factuarea-Version?string

Pin the API version (YYYY-MM-DD, Stripe-style date versioning) for this request; omit to use the key's pinned version, or the latest if none. Unsupported version → 400 unsupported_api_version; malformed → 400 parameter_invalid_format. The effective version is echoed in the Factuarea-Version response header. See the Versioning guide.

Formatdate
X-Active-Profile?string

Operate on behalf of a child company (gestoría master key): pass its public id (UUID v7) and the request runs against that child's data without changing the key's scope, tier or environment (omit to use the key's own company). Invalid UUID → 400 parameter_invalid_uuid; unknown or non-owned id → 404 profile_not_found. See the Acting on behalf guide.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json