WEBHOOK_ENDPOINT_NOT_FOUND
404invalid_requestNo webhook endpoint with that id.
Cause
The endpoint id does not resolve under your client, so there is nothing to patch or rotate.
How to fix it
Re-list your endpoints and use an id from that response.
Example response
404 WEBHOOK_ENDPOINT_NOT_FOUND
JSON
{
"error_code": "WEBHOOK_ENDPOINT_NOT_FOUND",
"error_type": "invalid_request",
"error_message": "No webhook endpoint with that id.",
"hint": "Re-list your endpoints and use an id from that response.",
"docs_url": "https://docs.billerapi.com/errors/WEBHOOK_ENDPOINT_NOT_FOUND",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/WEBHOOK_ENDPOINT_NOT_FOUND
Was this page helpful?