Webhook
Credit Line Draw Funded
Sent when a draw is marked as funded (the transfer to the partner was executed) — the customer's repayment window starts
Body
required
application/json
- Type: objectdatarequired
- event
_type const:credit-line.draw.fundedrequired - Type: stringtimestamprequired
Event creation timestamp
Responses
- 200
Webhook received successfully
Request Example for postcredit-line.draw.funded
{
"event_type": "credit-line.draw.funded",
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"financingAgreementId": "123e4567-e89b-12d3-a456-426614174000"
},
"timestamp": "2025-01-01T00:00:00Z"
}
No Body