Documentation

MESSAGING_NOT_FOUND

404invalid_request

The referenced message or thread does not exist.

Cause

No message or thread matches the supplied id under your account.

How to fix it

Verify the message/thread id.

Example response

404 MESSAGING_NOT_FOUND
JSON
{
  "error_code": "MESSAGING_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "The referenced message or thread does not exist.",
  "hint": "Verify the message/thread id.",
  "docs_url": "https://docs.billerapi.com/errors/MESSAGING_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?