Debt paused

Occurs when the debt has been paused from analysis, typically at the client's request to correct initial information before making contact with the customer.

This will not dispatch any communication to the customer.

Payload

This datatype represents a webhook event that is triggered by a specific event.

string
required
length between 1 and 255
^wh_evt_[a-zA-Z0-9]+$

Unique identifier of the webhook event.

string
required
length between 5 and 5
Defaults to event

Object type, value is always "event".

string | null

The version of the API that the webhook event was triggered on.

const
enum
required
length between 1 and 255
^[a-z_]+(?:\.[a-z_]+)+$

The event that triggered the webhook.

Allowed:
date-time
required
length ≤ 24

The ISO 8601 formatted timestamp at which the webhook event was created.

data
object
required

The data associated with the webhook event.

Response
200

Webhook received successfully

LoadingLoading…