SMS Delivery Reports

Status report parameters

Parameter name

Type

Required to push

Description

receiver

string

yes

Username for receiving authentication; if not filled during configuration it will be empty. Contact engineering if you need to configure it

pswd

string

yes

Password for receiving authentication; if not filled during configuration it will be empty. Contact engineering if you need to configure it

msgid

string

yes

msgid returned by the API when submitting the SMS

batchSeq

string

yes

Batch number

uid

string

yes

The uid the client provided to us when submitting the SMS; if not provided, it will be our batchSeq

reportTime

string

yes

Status report time returned by the gateway platform, in timestamp format

notifyTime

string

yes

The time we push the status report. Timestamp format

requestTime

string

yes

Time the SMS was submitted, mainland China 24-hour format. Time the SMS was submitted, timestamp format.

mobile

string

yes

Mobile number receiving the SMS — the number in the pushed report. The pushed format is the original phone number used when submitting the SMS; for example, if the submitted number included a leading 00 country code, the receipt push will also include 00.

status

string

yes

SMS delivery status. "DELIVRD" means delivered successfully; all others are failures. See status report codes for specific meanings

currency

string

yes

Currency

smsNum

string

yes

Chargeable message count

unitPrice

string

yes

Unit price, price per single message.

fee

string

yes

Fee (RMB). The fee consumed by messages for this number = smsNum * sellingPrice

accessNumber

string

yes

Access number

countryNumber

string

yes

Country code of the mobile number

regionCode

string

yes

Region code of the mobile number

mnoName

string

yes

Name of the mobile network operator for the mobile number

mcc

string

yes

MCC of the mobile network operator for the mobile number

mnc

string

yes

MCC of the mobile network operator for the mobile number

Example response message

Last updated