API Documentation

Mobile Billing / Premium SMS / Send / Receive SMS

Send SMS via HTTP (MT)

This interface allows messages to be sent from your application to any mobile phone. This is known as a Mobile Phone Terminated (MT) message and is done by sending a HTTP request directly to the Mobivate web service address as specified below.

The process for sending a SMS message is as follows:

  1. Send SMS

    a. Send a HTTP GET request to the SMS Gateway containing the parameters described in section 5.1 & 5.2

    b. The SMS Gateway confirms message was received by responding with the character “0” (zero)

  2. Receive delivery receipt

    a. The SMS Gateway sends a HTTP GET request to your application containing the parameters described in section 5.4

    b. Your application confirms receiving delivery receipt by responding with the character “0” (zero)

MT Flow

Receive SMS via HTTP (MO)

This interface allows your web site to receive messages from any mobile phone. This is known as a Mobile Phone Originated (MO) message. A correctly configured page on your web site must be set up to receive messages of this type.

The process for receiving a SMS message is as follows:

  1. The SMS Gateway sends a HTTP GET request to your application containing the parameters described in section 5.3
  2. Your application confirms receiving MO message by responding with the character “0” (zero)

MO Flow


← Previous Page - Next Page →