Register an operator's FR tax compliance

Sets the FR fiscal registration, and optionally the compliance identifiers, on an existing operator. countryCode must be fr (the only country supported today). The fiscal registration, including its declaration, is required; the compliance identifiers are optional. Idempotent upsert. Required scope: operators:write
Organization authorization: supported

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
string
required
Body Params

French tax compliance data for an existing team or operator. The fiscal registration, including its declaration, is required. Registration numbers are optional: send them when they are not already on record for this team or operator.

compliance_identifiers
object | null

The company's official French registration numbers, given as key/value pairs where each key names a type of identifier and the value is the number itself. You do not need to send all three — always include FR_SIREN, and add the others only if they apply:

  • FR_SIREN — required. The 9-digit number that identifies the company nationally.
  • FR_SIRET — optional. The 14-digit number that identifies one specific site of the company (its SIREN followed by a 5-digit site code). Include it when registering a particular establishment.
  • FR_VAT — optional. The company's French VAT number. It is derived from the SIREN/SIRET, so you normally don't need to set it yourself.
fiscal_registration
object | null
required

The company's French tax and electronic-invoicing settings. Required: without it the company is left with registration numbers but no tax profile and no declaration, so it cannot be invoiced under the French e-invoicing rules.

Responses
204

Compliance data registered

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json