> For the complete documentation index, see [llms.txt](https://developer.paddle.com/llms.txt).

# Can only replay notifications with an origin of event

You're attempting to replay a notification with an invalid origin type.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "notification_replay_invalid_origin_type",
    "detail": "Only notifications with the origin `event` can be replayed.",
    "documentation_url": "https://developer.paddle.com/errors/notifications/notification_replay_invalid_origin_type"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `notification_replay_invalid_origin_type` |
| Error message | Only notifications with the origin `event` can be replayed. |

## Common causes

- You're attempting to replay a notification with an origin of something other than event.

## Common solutions

- Request a replay of a notification with an origin of event
