Documentation

INVALID_WEBHOOK_UPDATE

400invalid_request

The webhook patch failed validation.

Cause

Usually a malformed or non-HTTPS url, or an event name that is not a recognized event type.

How to fix it

Send an absolute HTTPS url, and only documented dot.lowercase event names in the events list.

Example response

400 INVALID_WEBHOOK_UPDATE
JSON
{
  "error_code": "INVALID_WEBHOOK_UPDATE",
  "error_type": "invalid_request",
  "error_message": "The webhook patch failed validation.",
  "hint": "Send an absolute HTTPS url, and only documented dot.lowercase event names in the events list.",
  "docs_url": "https://docs.billerapi.com/errors/INVALID_WEBHOOK_UPDATE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?