Documentation

EVENT_ARCHIVE_EVENT_NOT_FOUND

404invalid_request

No archived event with that id.

Cause

The id does not resolve. Archived events carry a 30-day TTL, so an older id reads as missing.

How to fix it

Verify the event id against a recent event query.

Example response

404 EVENT_ARCHIVE_EVENT_NOT_FOUND
JSON
{
  "error_code": "EVENT_ARCHIVE_EVENT_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No archived event with that id.",
  "hint": "Verify the event id against a recent event query.",
  "docs_url": "https://docs.billerapi.com/errors/EVENT_ARCHIVE_EVENT_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?