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 destination must be a valid URL

The notification setting destination isn't a valid URL.

Example response
{
"error": {
"type": "request_error",
"code": "url_notification_setting_incorrect",
"detail": "A URL notification setting destination must be a valid URL.",
"documentation_url": "https://developer.paddle.com/errors/notifications/url_notification_setting_incorrect"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
url_notification_setting_incorrect
Error message
A URL notification setting destination must be a valid URL.

Common causes

  • The notification destination isn't a valid URL.

Troubleshooting

  • Make sure the destination is a valid URL, including the scheme (e.g. https://).

Was this page helpful?