{
"event": "payouts.create",
"time": "2025-01-01T20:00:00.000Z",
"data": {
"id": "e1f2a3b4-c5d6-7e8f-9a0b-1c2d3e4f5a6b",
"tenantId": "550e8400-e29b-41d4-a716-446655440000",
"type": "OVERPAYMENT",
"state": "CREATED",
"account": {
"type": "DANISH",
"registrationNumber": "1234",
"accountNumber": "1234567890",
"bankName": "Danske Bank"
},
"amount": 15000,
"currency": "DKK",
"createdAt": "2025-01-01T20:00:00.000Z",
"recipientText": "Refund to debtor",
"referenceType": "case",
"referenceId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"caseId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"caseSequentialId": 100234
}
}Webhooks
Payout created
Notifies when a payout has been created.
WEBHOOK
payouts.create
{
"event": "payouts.create",
"time": "2025-01-01T20:00:00.000Z",
"data": {
"id": "e1f2a3b4-c5d6-7e8f-9a0b-1c2d3e4f5a6b",
"tenantId": "550e8400-e29b-41d4-a716-446655440000",
"type": "OVERPAYMENT",
"state": "CREATED",
"account": {
"type": "DANISH",
"registrationNumber": "1234",
"accountNumber": "1234567890",
"bankName": "Danske Bank"
},
"amount": 15000,
"currency": "DKK",
"createdAt": "2025-01-01T20:00:00.000Z",
"recipientText": "Refund to debtor",
"referenceType": "case",
"referenceId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"caseId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"caseSequentialId": 100234
}
}Headers
Sent with every delivery so the receiver can verify the request really comes from Debbie. The token is issued when the webhook is created — compare it with the stored value and reject deliveries that do not match.
Body
application/json
Webhook payload
Event "payouts.create"
Example:
"payouts.create"
Event dispatch time
Example:
"2025-01-01T20:00:00.000Z"
Data of the event
Show child attributes
Show child attributes
Example:
{
"id": "e1f2a3b4-c5d6-7e8f-9a0b-1c2d3e4f5a6b",
"tenantId": "550e8400-e29b-41d4-a716-446655440000",
"type": "OVERPAYMENT",
"state": "CREATED",
"account": {
"type": "DANISH",
"registrationNumber": "1234",
"accountNumber": "1234567890",
"bankName": "Danske Bank"
},
"amount": 15000,
"currency": "DKK",
"createdAt": "2025-01-01T20:00:00.000Z",
"recipientText": "Refund to debtor",
"referenceType": "case",
"referenceId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"caseId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"caseSequentialId": 100234
}