{
"time": "<string>",
"data": {
"caseVoucherEventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"creditorId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"caseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fromCaseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"toCaseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"caseVoucher": {
"caseVoucherId": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"id": 118067630,
"tenantId": "550e8400-e29b-41d4-a716-446655440000",
"caseId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"source": "CREDITOR",
"voucherTypeId": "7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d",
"category": "principal",
"label": "Principal",
"setting": null,
"settingDetails": null,
"amount": 150000,
"originalAmount": 150000,
"currency": "DKK",
"date": "2025-01-01T20:00:00.000Z",
"dueDate": "2025-01-15T00:00:00.000Z",
"referenceId": "INV-1001",
"importId": null,
"referenceCaseVoucherId": null,
"text": null,
"tags": [],
"interest": null,
"interestStartDate": null,
"interestEndDate": null,
"interestPeriods": null,
"cardType": null,
"paymentType": null,
"paymentMethodId": null,
"transactionAccountId": null,
"transactionImportId": null,
"depositOnPaymentPlanEntryId": null,
"associationId": null,
"details": null,
"lineItems": null,
"properties": [],
"state": "PARTIAL_PAYMENT",
"exported": false,
"expired": false,
"expirationDate": null,
"expirationManualSet": false,
"expirationFromDate": null,
"irrecoverableDate": null,
"deletedAt": null,
"deletedBy": null,
"createdAt": "2025-01-01T20:00:00.000Z",
"createdBy": {
"id": "b1a2c3d4-e5f6-7a8b-9c0d-1e2f3a4b5c6d",
"type": "USER"
}
},
"createdAt": "<string>",
"createdBy": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
}
}Webhooks
Deposit moved
Notifies when a deposit has been moved from one case to another. fromCaseId and toCaseId carry the two cases.
WEBHOOK
deposits.moved
{
"time": "<string>",
"data": {
"caseVoucherEventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"creditorId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"caseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fromCaseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"toCaseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"caseVoucher": {
"caseVoucherId": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"id": 118067630,
"tenantId": "550e8400-e29b-41d4-a716-446655440000",
"caseId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"source": "CREDITOR",
"voucherTypeId": "7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d",
"category": "principal",
"label": "Principal",
"setting": null,
"settingDetails": null,
"amount": 150000,
"originalAmount": 150000,
"currency": "DKK",
"date": "2025-01-01T20:00:00.000Z",
"dueDate": "2025-01-15T00:00:00.000Z",
"referenceId": "INV-1001",
"importId": null,
"referenceCaseVoucherId": null,
"text": null,
"tags": [],
"interest": null,
"interestStartDate": null,
"interestEndDate": null,
"interestPeriods": null,
"cardType": null,
"paymentType": null,
"paymentMethodId": null,
"transactionAccountId": null,
"transactionImportId": null,
"depositOnPaymentPlanEntryId": null,
"associationId": null,
"details": null,
"lineItems": null,
"properties": [],
"state": "PARTIAL_PAYMENT",
"exported": false,
"expired": false,
"expirationDate": null,
"expirationManualSet": false,
"expirationFromDate": null,
"irrecoverableDate": null,
"deletedAt": null,
"deletedBy": null,
"createdAt": "2025-01-01T20:00:00.000Z",
"createdBy": {
"id": "b1a2c3d4-e5f6-7a8b-9c0d-1e2f3a4b5c6d",
"type": "USER"
}
},
"createdAt": "<string>",
"createdBy": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
}
}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.