Documentation

MESSAGING_CONTENT_FLAGGED

422invalid_request

The message content was flagged.

Cause

Content moderation flagged the message; matched_rules are in details.

How to fix it

Review details.matched_rules and revise the content before resending.

Example response

422 MESSAGING_CONTENT_FLAGGED
JSON
{
  "error_code": "MESSAGING_CONTENT_FLAGGED",
  "error_type": "invalid_request",
  "error_message": "The message content was flagged.",
  "hint": "Review details.matched_rules and revise the content before resending.",
  "docs_url": "https://docs.billerapi.com/errors/MESSAGING_CONTENT_FLAGGED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?