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

Events

GET
/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": "InvoicePayment",
        "date": "2025-01-31",
        "invoiceNumber": "10425",
        "amount": 990,
        "chargesTotal": 10,
        "chargesVat": 2
    },
    {
        "id": "f207093c-d29a-48b5-b06e-8229c4c55ffb",
        "type": "ClientPayout",
        "date": "2025-01-31",
        "amount": 990
    },
    {
        "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