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"
}
}
| Property | Type | Description |
|---|---|---|
| SettlementId | number | The unique identifier of the settlement. |
| SettlementCreatedOn | date | The date and time when the settlement was created. |