Vettig API
v2
  • v1
  • v2
  1. Events
Vettig API
v2
  • v1
  • v2
  • Factoring
    • Refinancing
      • Finance Invoice
    • Invoices
      • Upload invoice
    • Onboarding
      • Start onboarding
      • Get onboarding
    • Events
      • Events
        GET
  • OAuth 2.0 Authorize
    POST
  • Schemas
    • Event
    • Invoice
  1. Events

Events

GET
/v2/factoring/events/{organisationNumber}
Gets the status of the onboarding process for a given onboardingId.

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Path Params

Query Params

Responses

🟢200Application status retrieved successfully
application/json
Body

Examples
[
    {
        "id": "470d6f5a-f3a3-442f-8a09-a2d7953529ae",
        "type": "InvoiceFactoring",
        "date": "2025-01-31",
        "invoiceNumber": "10425",
        "amount": 1000
    },
    {
        "id": "2be907e0-4beb-4039-b783-8ff4132c01a6",
        "type": "Charge",
        "date": "2025-01-31",
        "description": "Fakturahantering: 10425",
        "invoiceNumber": "10425",
        "amount": 9,
        "amountExclVat": 7.2,
        "vat": 1.8
    },
    {
        "id": "cb707a58-4866-4968-9687-17d93b245c52",
        "type": "Charge",
        "date": "2025-01-31",
        "description": "Fakturafinansiering (1.95%): 10425",
        "invoiceNumber": "10425",
        "amount": 19.5,
        "amountExclVat": 15.6,
        "vat": 3.9
    },
    {
        "id": "f207093c-d29a-48b5-b06e-8229c4c55ffb",
        "type": "ClientPayout",
        "date": "2025-01-31",
        "amount": 971.5
    },
    {
        "id": "eb8e7019-cef7-4ab7-a66d-ff9e87166a4d",
        "type": "InvoiceRecourse",
        "date": "2025-03-15",
        "invoiceNumber": "10425",
        "amount": 1000
    },
    {
        "id": "3f108f51-db88-4454-bb09-4a7471db4d3e",
        "type": "InvoiceRecoursePayment",
        "date": "2025-03-27",
        "invoiceNumber": "10425",
        "amount": 1000
    }
]
🟠404Record not found
Previous
Get onboarding
Next
OAuth 2.0 Authorize
Built with