XRechnung API
    • invoices
      • List stored invoices for the current API key
        GET
      • Check runtime readiness for invoice validation
        GET
      • Generate invoice
        POST
      • Validate invoice JSON, raw XML, or raw ZUGFeRD PDF
        POST
      • Retrieve a previously generated invoice by ID
        GET
      • Download the stored invoice PDF artifact
        GET
    • system
      • Public liveness probe
    • Schemas
      • InvoicePayload
      • SellerParty
      • BuyerParty
      • InvoiceBranding
      • InvoiceLine
      • ValidationError
      • ValidationResult
      • GenerateQueuedResponse
      • GenerateSyncResponse
      • ValidateJsonResponse
      • ValidatePdfRequest
      • ValidateXmlRequest
      • ValidateXmlResponse
      • ValidatePdfResponse
      • GetInvoicePendingResponse
      • GetInvoiceTerminalResponse
      • GetInvoiceResponse
      • ListInvoiceSummary
      • PaginationMeta
      • ListInvoicesResponse
      • ReadinessResponse
      • UnauthorizedError
      • PaymentRequiredError
      • TooManyRequestsError
      • RequestValidationError
      • NotFoundError

    BuyerParty

    {
        "name": "Kunde GmbH",
        "company_supplement": "z. Hd. Einkauf",
        "street": "Hauptstr. 5",
        "postal_code": "54321",
        "city": "Hamburg",
        "country_code": "DE",
        "email": "buyer@example.com",
        "electronic_address_scheme": "EM",
        "contact_name": "Einkauf"
    }
    Built with