Delivery Status Service#

Service Setup#

The Service Provider sends a message delivery report to the Partner’s URL configured to send delivery statuses.

The URL for statuses is set in the integration settings when enabling the service.

Extended statuses of sent messages are available optionally. To receive extended statuses you need to contact the the Technical Support.

HTTP method: GET.

Interaction protocol: HTTP 1.1.

The interaction is synchronous.

Interaction#

The way of interaction:

  1. The Partner sends to the Service Provider a request to send a message.

  2. The Service Provider processes the request, returns the message identifier to the Partner.

  3. The Service Provider processes the message – sends the message to the Operator for sending to the subscriber.

  4. The Operator sends a message to the subscriber and returns the delivery status to the Service Provider.

  5. The Service Provider sends a request to the Partner containing information about the message delivery status.

GET Request#

Example of a request from a Service Provider to a Partner to receive message statuses.

{
  http://partner.url?msgType=SMS&transactionId=7986985&ptag=test&status=2
}

Response#

The Partner must synchronously respond to the request with one of the HTTP statuses.
The description of the statuses, as well as the procedure for the actions of the Service Provider when receiving these statuses, are shown in the table.

Status

Description

Service Provider’s Action

200

ОК. Successful processing of the request by the Partner.

Final status. Regular work.

400

Incorrect values of parameters: transactionId or ptag identifiers that do not exist in the Partner’s database.

The Service Provider resends the request to the Partner according to the service configuration.

500

Server internal error. Technical difficulties at the Partner’s side.

Error codes (parameter unifiedExtStatus)#

This section describes the reasons for non-delivery of various types of messages.

Value of unifiedExtStatus

Description of statuses

1

An error unknown to the platform occurred during the the message delivery process, or the operator did not provide an error in the delivery report.

2

The subscriber’s device was turned off or it was out of network coverage during the entire attempt to deliver the message.

4

An error occurred at the transport layer of the signaling network during the delivery of the message.

6

The subscriber does not have a message receiving service activated.

16

The subscriber’s number is busy.