Documentation

WEBHOOK_CONFIGURATION_NOT_FOUND

404invalid_request

This client has no webhook configuration for that environment.

Cause

Webhook configuration is per environment, and none has been created for the one you targeted.

How to fix it

Register an endpoint for that environment first, then retry the call.

Example response

404 WEBHOOK_CONFIGURATION_NOT_FOUND
JSON
{
  "error_code": "WEBHOOK_CONFIGURATION_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "This client has no webhook configuration for that environment.",
  "hint": "Register an endpoint for that environment first, then retry the call.",
  "docs_url": "https://docs.billerapi.com/errors/WEBHOOK_CONFIGURATION_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?