Documentation

WEBHOOK_UPDATE_FAILED

500api_error

The endpoint update could not be persisted.

Cause

The update could not be resolved or written, and nothing was committed.

How to fix it

Retry with the SAME Idempotency-Key; re-read the endpoint first if you need to confirm its current state.

Example response

500 WEBHOOK_UPDATE_FAILED
JSON
{
  "error_code": "WEBHOOK_UPDATE_FAILED",
  "error_type": "api_error",
  "error_message": "The endpoint update could not be persisted.",
  "hint": "Retry with the SAME Idempotency-Key; re-read the endpoint first if you need to confirm its current state.",
  "docs_url": "https://docs.billerapi.com/errors/WEBHOOK_UPDATE_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?