Documentatie

Handleidingen, API, integraties en best practices om het beste uit Novadesko te halen.

Aan de slag

Maak uw account aan, verbind uw bedrijf en stel uw eerste factuur in.

Een account aanmaken

  1. Ga naar app.novadesko.com
  2. Klik op Registreren en volg de stappen
  3. Bevestig uw e-mail

Bedrijfsgegevens configureren

Voeg BTW, IBAN, adressen en belastingcodes toe om te voldoen aan de e-factuur vereisten (Peppol/EN 16931).

Facturatie & Invoicing

Leer hoe u e-facturen via Peppol verzendt, vorderingen beheert en herinneringen automatiseert.

Een e-factuur verzenden (Peppol)

// Voorbeeld van minimale payload (JSON)
{
  "customer_id": "cus_001",
  "lines": [
    {"description": "Dienst X", "qty": 1, "unit_price": 120.00, "tax_code": "BE-21"}
  ],
  "currency": "EUR"
}
        

Integraties

  • Prestashop — synchroniseer bestellingen en klanten
  • WooCommerce — automatische import van facturen
  • Shopify — voorraad & facturatie synchronisatie

API

Gebruik onze REST API om Novadesko in uw workflow te integreren.

Authenticatie

GET /api/invoices
Authorization: Bearer YOUR_API_KEY
        

Endpoints

  • GET /api/invoices — lijst facturen
  • POST /api/invoices — factuur aanmaken
  • GET /api/invoices/{id} — factuurdetails

Beveiliging

Wij hanteren encryptie tijdens transport en opslag, rolgebaseerde toegang, audit logs en regelmatige beveiligingsreviews.

Nog steeds hulp nodig?

Bezoek Helpcentrum