For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Docs

Can only replay notifications with an origin of event

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

Example response
{
"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

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.

Troubleshooting

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

Was this page helpful?