Documentation

CANARY_NOT_RUNNING

409invalid_request

No canary is running.

Cause

The decision targets a canary that does not exist for this (biller_id, agent_type).

How to fix it

Start a canary first, or verify the biller_id and agent_type.

Example response

409 CANARY_NOT_RUNNING
JSON
{
  "error_code": "CANARY_NOT_RUNNING",
  "error_type": "invalid_request",
  "error_message": "No canary is running.",
  "hint": "Start a canary first, or verify the biller_id and agent_type.",
  "docs_url": "https://docs.billerapi.com/errors/CANARY_NOT_RUNNING",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?