InvoiceDefinitive

{
  "version": "0.1",
  "data": {
    "id": 701,
    "klant_id": 78,
    "uitje_id": 601,
    "volgnummer": 45,
    "status": "verzonden",
    "factuur_nummer": "2024-INV-045",
    "verstuur_factuur_op": "2024-07-10T15:00:00+00:00",
    "datum": "2024-07-10",
    "pdf_locatie": "/facturen/2024/2024-INV-045.pdf",
    "opmerking": "Inclusief 2 vegetarische lunchpakketten",
    "aantal_personen": 8,
    "betaaltermijn": 14,
    "referentie_klant": "KANO-2024-045",
    "reference_external": "MOLLIE-TRX-882211",
    "herinnering1": null,
    "herinnering2": null,
    "calculated_totaalbedrag_inclusief_btw": "320.00",
    "calculated_totaalbedrag_exclusief_btw": "264.46",
    "mollie_transaction_id": "tr_8a92bcX",
    "crediteert_factuur_id": null,
    "bedrijf_id": 3,
    "btw_verlegd": false,
    "btw_bedragen_cache": "{\"21\": \"55.54\"}",
    "context": "Kano & Picknicktocht"
  },
  "meta": {}
}

Explanation:

  • id: integer|null.

  • klant_id: integer.

  • uitje_id: integer.

  • volgnummer: integer|null.

  • status: non-empty-string. Allowed value: verzonden.

Explanation: dit webhook wordt verstuurd wanneer een factuur definitief is gemaakt en als “verzonden” wordt gemarkeerd; andere factuurstatussen komen niet voor bij dit event.

  • factuur_nummer: string|null.

  • verstuur_factuur_op: non-empty-string|null.

  • datum: non-empty-string|null.

  • pdf_locatie: string|null.

  • opmerking: string|null.

  • aantal_personen: integer|null.

  • betaaltermijn: integer|null.

  • referentie_klant: string|null.

  • reference_external: string|null.

  • herinnering1: non-empty-string|null.

  • herinnering2: non-empty-string|null.

  • calculated_totaalbedrag_inclusief_btw: numeric-string|null.

  • calculated_totaalbedrag_exclusief_btw: numeric-string|null.

  • mollie_transaction_id: string|null.

  • crediteert_factuur_id: integer|null.

  • bedrijf_id: integer.

  • btw_verlegd: boolean.

  • btw_bedragen_cache: string.

  • context: non-empty-string.