Overview

Nuvo emits HTTP POST webhook events to customer-configured endpoints when specific events occur in the credit application system. This enables real-time event-driven integrations without polling.

Webhook Event Types

Nuvo supports four main webhook event types:

  1. CREDIT_APP_NEW - A new credit application has been submitted
  2. CREDIT_LIMIT_CHANGE - Credit limit has been modified for an existing customer
  3. CREDIT_APP_STATUS_CHANGE - Application status has changed (approval, rejection, etc.)
  4. MANUAL - Manually triggered webhook (used for testing and special cases)

Webhook Versions

Nuvo supports multiple webhook payload versions to ensure backward compatibility:

Version 0.0.1

Version 0.0.2

Version 0.0.3