Skip to main content

Full OpenAPI Specification

The complete FiscalAPI OpenAPI 3.0 specification, including all endpoints (public, internal, and admin-tagged).

Download

Included endpoint groups

GroupDescriptionPublic?
HealthHealth check and versionYes
AccountsAccount creationYes
LocationsLocation CRUD and country configYes
TransactionsTransaction create, list, cancelYes
CertificatesX.509 certificate managementYes
WebhooksWebhook subscription managementYes
Retry QueueFailed transaction retryYes
SubscriptionsBilling subscription managementYes
StripeStripe billing event processingNo
TranslationsError translation serviceYes
LicenseLicense status and enforcementNo
AdminBatch processing and operationsNo

Viewing the spec

You can view the spec interactively using:

  • Swagger Editor — paste the YAML content
  • Redocly — point to the hosted URL
  • Local tools: npx @redocly/cli preview-docs openapi.yaml

Source

The spec is maintained at docs/openapi.yaml in the repository. Changes to the spec are reflected here on every deploy.