Attributes
| Field Name | Data Type | Description |
|---|---|---|
| id | String | id of the event dispatch(same event can be dispatch many times due to no success response) |
| type | String | The resource type of the return object. The value is "event_dispatch" |
| event_id | String | Id of the event(1 event can have many event dispatches) |
| status_code | Integer | http status code of the event dispatch response |
| response | String | Response body of the event dispatch |
| merchant_id | String | Id of the merchant |
| outgoing_webhook_id | String | The outgoing webhook configuration Id |