All delivery error codes

destination_prepaid_exhausted

Suppress: noRetryable

The recipient prepaid balance could not accept the message.

Recommended action

Retry later (for example every 24 hours). Do not permanently suppress.

Example message.failed payload

{
  "object": "event",
  "type": "message.failed",
  "livemode": true,
  "data": {
    "object": "message",
    "message_id": "msg_uuid",
    "status": "failed",
    "delivery_error_code": "destination_prepaid_exhausted",
    "error_message": "The recipient prepaid balance could not accept the message."
  }
}

Public reference: https://docs.statxt.com/api/errors/delivery/destination_prepaid_exhausted