Taxpayers
List and retrieve taxpayers
Search, paginate, and fetch a single taxpayer.
GET
/v1/api/taxpayers| Field | Type | Description | |
|---|---|---|---|
| search | string | optional | Matches name, VAT id or CR number |
| peppol_status | enum | optional | Filter by registration state |
| limit | integer | optional | 1–100, default 10 |
| offset | integer | optional | Default 0 |
GET /v1/api/taxpayers/{taxpayer_id} returns a single taxpayer in the same shape as
Onboard a taxpayer's response, and PATCH on the same path updates any
writable field.