Webhook

Customer Product Changed

Sent when a customer moves to a different financing product. Any active offer was expired and, if there was one, replaced by an equivalent offer on the new product.

Body
required
application/json
  • data
    Type: object
    required
  • event_type
    const:  
    customer.product-changed
    required
  • timestamp
    Type: string
    required

    Event creation timestamp

Responses
  • 200

    Webhook received successfully

Request Example for postcustomer.product-changed
{
  "event_type": "customer.product-changed",
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "previousProductType": "capital",
    "productType": "credit_line"
  },
  "timestamp": "2025-01-01T00:00:00Z"
}
No Body