Documentation

INVOICE_PERIOD_CLAIM_UNREADABLE

409api_error

The period claim exists but cannot be read.

Cause

Another run holds the claim for this (client, period) and the claim row is unreadable, so we cannot tell which invoice it points at.

How to fix it

Contact support. Retrying cannot resolve it; billing refuses to guess rather than risk a second invoice for the month.

Example response

409 INVOICE_PERIOD_CLAIM_UNREADABLE
JSON
{
  "error_code": "INVOICE_PERIOD_CLAIM_UNREADABLE",
  "error_type": "api_error",
  "error_message": "The period claim exists but cannot be read.",
  "hint": "Contact support. Retrying cannot resolve it; billing refuses to guess rather than risk a second invoice for the month.",
  "docs_url": "https://docs.billerapi.com/errors/INVOICE_PERIOD_CLAIM_UNREADABLE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?