Creates a register in active state with no fiscal unit. The register
is a POS device — it becomes fiscally operational once a fiscal unit
is provisioned via POST /registers/:id/fiscal-units.
The platform maintains the authoritative list of all open operations per register. If a register crashes and reconnects, it reconciles against this state.
Platform API key sent as Authorization: Bearer ofk_platform_....
Platform integrators also pass OpenFiskal-Organization: org_xxx
to act on behalf of a merchant.
Merchant organization ID. Required for platform integrators acting on behalf of a specific merchant. Omit when using an organization-scoped API key directly.
Register created
"Kasse 1"
IT, DE, AT "reg_01HXYZ"
"register"active: The register is operational and can accept operations
(when it has an active fiscal unit).archived: The register has been permanently retired. Cannot be undone.active, archived The currently active fiscal unit, expanded inline. null if no
binding has been provisioned yet or if the current binding is not in
active state.
Deprecated. Use state on the register and state on the
active_fiscal_unit instead. Computed from the register state
and active fiscal unit state for backward compatibility.
pending, active, inactive, error Deprecated. Use active_fiscal_unit.fiscal_registration instead.
Computed from the active binding for backward compatibility.