Webhook

Credit Line Draw Created

Sent when a new draw is created against a credit line. A draw is a financing agreement of the line — fetch it by financingAgreementId, or read the line's current state to see every open draw

Body
required
application/json
  • data
    Type: object
    required
  • event_type
    const:  
    credit-line.draw.created
    required
  • timestamp
    Type: string
    required

    Event creation timestamp

Responses
  • 200

    Webhook received successfully

Request Example for postcredit-line.draw.created
{
  "event_type": "credit-line.draw.created",
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "financingAgreementId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "timestamp": "2025-01-01T00:00:00Z"
}
No Body