---
title: "Abrechnungsstatus"
url: "https://maklerportal.apim.eu/apis/provisionsabrechnung/versions/66d24f0e-eec7-434f-880d-19abbf6211e5/schemas/Abrechnungsstatus"
---

> Full API specification: https://maklerportal.apim.eu/apis/provisionsabrechnung/versions/66d24f0e-eec7-434f-880d-19abbf6211e5.md

# Abrechnungsstatus

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Provisionsabrechnung
  version: 1.0.0
servers:
  - url: https://api.maklerportal.example/v1
    description: Produktion
  - url: https://sandbox.api.maklerportal.example/v1
    description: Sandbox
components:
  schemas:
    Abrechnungsstatus:
      type: string
      enum:
        - entwurf
        - offen
        - teilweise_bezahlt
        - bezahlt
        - storniert
      example: offen
```
