> ## 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.

# Payment events

## Events

| Event Type | Description                                                         |
| :--------- | :------------------------------------------------------------------ |
| rejected   | Payment is rejected.                                                |
| reject     | Payment is rejected.                                                |
| cancelled  | Payment is cancelled. This occurs if payment attempt timed out.     |
| settled    | Payment is settled. This event occurs for both payment and refunds. |

## Sample

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