> ## Documentation Index
> Fetch the complete documentation index at: https://docs.debitdirect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Mandate events

## Events

| Event Type   | Description            |
| :----------- | :--------------------- |
| registration | Mandate is registered. |
| cancel       | Mandates is cancelled. |

## Sample

```json theme={null}
{
    "objectType" : "mandate"
    , "eventType" : "registration"
    , "timeStamp" : "2022-03-03T03:02:00.0Z"
    , "data" : "..."
}
```
