Webhook
Financing Agreement Defaulted
Sent when a financing agreement is defaulted
Body
required
application/json
- Type: objectdatarequired
- event
_type const:financing-agreement.defaultedrequired - Type: stringtimestamprequired
Event creation timestamp
Responses
- 200
Webhook received successfully
Request Example for postfinancing-agreement.defaulted
{
"event_type": "financing-agreement.defaulted",
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"timestamp": "2025-01-01T00:00:00Z"
}
No Body