Panacea Mobile Help Centre
  • 👋Welcome to Panacea Mobile!
  • Overview
    • Getting Started
    • Multipart SMS
    • Unicode Characters
    • SMS Delivery Statuses
      • Troubleshooting SMS Delivery
    • Compliance
    • FAQs
    • International SMS
      • 🚧Country Regulations & Requirements (under construction)
  • How To Guides
    • Panacea Mobile Dashboard
    • Send a single SMS
    • Send batch campaigns
    • Send personalised batch campaigns
    • Inbox
    • Inbound Triggers
    • SMS Numbers
    • Blocked Numbers & Opt-Outs
    • Sub Accounts
    • Reporting
    • Adding prepaid credits
    • Account Settings
      • My Profile
      • My Billing
      • Security
  • Developers
    • HTTPS API
      • Single Sends
      • Batch Sends
      • Delivery Reports via API
      • Receiving Inbound SMS
      • API Response Code
      • API Keys
      • Examples
        • PHP
          • PHP API Example
          • Simple SMS Send
          • Bulk SMS Send
          • Batch Create
          • Batch Create (.zip)
          • Message Status
        • Python
          • Python API Example
    • SMPP API
      • SMPP Connection Details
  • USSD
    • What is USSD?
    • USSD Campaigns
    • Integration with your server
  • Reseller Platform
    • Reseller Platform Features
    • Getting Started
    • Reseller Settings
    • Managing Your Customer Accounts
    • Branded Platform Example
    • FAQs
Powered by GitBook
On this page
  • SMS Delivery Status Codes & Meanings
  • API Status Codes

Was this helpful?

  1. Overview

SMS Delivery Statuses

Check out the table below for a breakdown of different delivery statuses and what each status means.

PreviousUnicode CharactersNextTroubleshooting SMS Delivery

Last updated 7 months ago

Was this helpful?

SMS Delivery Status Codes & Meanings

Status Code
Description

Delivered (1)

A message has been submitted to the network and the network has sent back a delivery report that the message was delivered to the handset.

Undelivered (2)

A message has been submitted to the network and the network has sent back a delivery report that the message failed to reach the handset. This could be due to an invalid number or the number being in a submitted state for too long and being discarded.

Submitted to SMSC (8)

A message has been submitted to the network and we are still awaiting for a delivery report to be sent back to us from the network as to whether the message was delivered or undelivered to the handset.

Messages will stay in this state for between 48 and 72 hours before they get discarded and the status of the message is changed to "Undelivered".

Rejected/Failed at Network (16)

This status is returned for numbers that are blocked, incorrect (too long/short), or have an invalid prefix. These messages don't leave our system so are not charged for.

API Status Codes

Please refer to the below guide for status codes that get returned when sending via HTTPS API:

API Response Code