Skip to main content

Webhooks for settlements

These webhooks are related to settlements.

Events​

walley:settlement:created​

This webhook is triggered whenever a new settlement is created.

{
"Type": "walley:settlement:created",
"Timestamp": "2024-01-30T06:00:02.5997621+01:00",
"Payload": {
"SettlementId": 123456,
"SettlementCreatedOn": "2024-01-30T06:00:00+01:00"
}
}
PropertyTypeDescription
SettlementIdnumberThe unique identifier of the settlement.
SettlementCreatedOndateThe date and time when the settlement was created.