MESSAGING_SUPPRESSED
200invalid_requestThe recipient is suppressed; message not sent.
Cause
The recipient is on the suppression list. This is a terminal, non-error outcome (200).
How to fix it
No action needed. Do not retry; the recipient has opted out.
Example response
200 MESSAGING_SUPPRESSED
JSON
{
"error_code": "MESSAGING_SUPPRESSED",
"error_type": "invalid_request",
"error_message": "The recipient is suppressed; message not sent.",
"hint": "No action needed. Do not retry; the recipient has opted out.",
"docs_url": "https://docs.billerapi.com/errors/MESSAGING_SUPPRESSED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/MESSAGING_SUPPRESSED
Was this page helpful?