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 setting already exists

Each notification setting must have a unique combination of destination and configuration.

Example response
{
"error": {
"type": "request_error",
"code": "notification_setting_cannot_be_duplicate",
"detail": "A notification setting with the same destination and configuration already exists.",
"documentation_url": "https://developer.paddle.com/errors/notifications/notification_setting_cannot_be_duplicate"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
409
Error code
notification_setting_cannot_be_duplicate
Error message
A notification setting with the same destination and configuration already exists.

Common causes

  • You're creating or updating a notification setting with the same destination (URL or email) and configuration as one that already exists.

Troubleshooting

  • Change the destination or configuration so it doesn't match an existing notification setting.
  • Check your existing notification settings — if one already covers this, update it instead of creating a new one.

Was this page helpful?