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
Paddle Docs home

Notification can't be replayed

The notification isn't in `delivered` or `failed` status, so it can't be replayed.

Example response
{
"error": {
"type": "request_error",
"code": "notification_cannot_replay",
"detail": "Notification ntf_01ghbmdace7ra1v26qepjhd191 can't be replayed because it's not `delivered` or `failed`.",
"documentation_url": "https://developer.paddle.com/errors/notifications/notification_cannot_replay"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
notification_cannot_replay
Error message
Notification %s can't be replayed because it's not `delivered` or `failed`.

Common causes

  • The notification is still being delivered. A notification must be in either delivered or failed state to be replayed.

Troubleshooting

  • Wait for the notification to reach delivered or failed status, then try again.

Was this page helpful?