Docs

URL Notification Setting destination must be a URL

You're attempting to change a URL Notification Setting destination to something other than a URL.

Example response
{
"error": {
"type": "request_error",
"code": "url_notification_setting_incorrect",
"detail": "A URL Notification Setting destination must be a 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 URL.

Common causes

  • You're trying to update a URL Notification Setting with a destination that is not a valid URL.

Troubleshooting

  • Ensure the destination you're providing is a valid URL.

Was this page helpful?