Documentation

WEBHOOK_DISABLE_NOTIFICATION_PENDING

500api_error

The endpoint was auto-disabled but the owner was not notified.

Cause

Repeated delivery failures disabled the endpoint, and that stands — only the notification to the account owner did not durably complete.

How to fix it

Retry with the same outcome identity to redrive the notification; the disable itself needs no action.

Example response

500 WEBHOOK_DISABLE_NOTIFICATION_PENDING
JSON
{
  "error_code": "WEBHOOK_DISABLE_NOTIFICATION_PENDING",
  "error_type": "api_error",
  "error_message": "The endpoint was auto-disabled but the owner was not notified.",
  "hint": "Retry with the same outcome identity to redrive the notification; the disable itself needs no action.",
  "docs_url": "https://docs.billerapi.com/errors/WEBHOOK_DISABLE_NOTIFICATION_PENDING",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/WEBHOOK_DISABLE_NOTIFICATION_PENDING

Was this page helpful?