Skip to content
E-commerce platforms

obono.at

obono RKSV sandbox and mock API

Provides a RESTful API for interacting with virtual cash registers and creating receipts that are conform with the Registrierkassensicherheitsverordnung (RKSV). You may find our [automatically generated clients](./clients) for various programming languages and environments helpful... Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
18
Collections
-
Event types
-
example request
curl https://your-obono-at.slurry.io/api/v1/auth \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.4.0.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 18.

  • GET/auth
  • GET/belege/{belegUuid}
  • GET/export/csv/registrierkassen/{registrierkasseUuid}/belege
  • GET/export/dep131/registrierkassen/{registrierkasseUuid}/belege
  • GET/export/dep7/registrierkassen/{registrierkasseUuid}/belege
  • GET/export/gobd/registrierkassen/{registrierkasseUuid}
  • GET/export/html/belege/{belegUuid}
  • GET/export/pdf/belege/{belegUuid}
  • GET/export/qr/belege/{belegUuid}
  • GET/export/thermal-print/belege/{belegUuid}
  • GET/export/xls/registrierkassen/{registrierkasseUuid}/belege
  • GET/registrierkassen/{registrierkasseUuid}