📬
MobiPay API Documentation
Mobivate
📬
MobiPay API Documentation
  • 👋Welcome to MobiPay
  • Send SMS via HTTP (MT)
  • Receive SMS via HTTP (MO)
  • Use Cases
    • Send SMS via HTTP (MT) Example
    • Receive SMS via HTTP (MO) Example
    • Gateway Responses
    • Send Silent OBS Billing Message Example
    • Unsubscribe VIA MT Unsubscribe Notification
    • Receive Delivery Receipt via HTTP (DR)
    • Acknowledging MO's and DR's
    • Send A Premium SMS via HTTP (MT) Example
    • Vodafone/Airtel Ghana Billing
  • API Message Paramaters
    • API Message Parameters
    • Send BINARY SMS (MT) parameters
    • Receive SMS (MO) parameters
    • Subscription API (RESTFul)
      • Initiate Subscription (API)
      • Validate PIN (API)
      • Unsubscribing Users (API)
      • Checking Subscription Status (API)
      • Sending Messages To Subscribers (API)
      • Sending Content To Subscribers (API)
    • Content API (RESTFul)
      • Content Types (API)
      • Content Categories (API)
      • Search Content (API)
      • Latest Content Items (API)
      • Content Items (API)
  • Network Double Opt-In
    • Network Double Opt-in (NDOI)
    • Network Double Opt-in (NDOI) Unsubscribe
    • NDOI Keyword Patterns per country
  • MNO Web Opt-in
    • MNO Web Opt-in Introduction
    • MNO Web Opt-In South Africa
    • MNO Web Opt-In Kenya
      • Configuring your campaign
      • Subscribing users to your service
        • Subscribing users via Upstream
        • Subscribing users via Scienlabs
      • Unsubscribing users from your service
      • Receiving callback notifications
    • MNO Web Opt-In Nigeria
      • Subscribing the User to the Service
      • Unsubscribing user from the Service
      • Delivery Notifications
  • UK Direct Carrier Billing
    • UK DCB/Charge to Bill
      • UK Network Flows
Powered by GitBook
On this page
  • Send SMS
  • Message Parameters
  • Receive delivery receipt
  • Message Parameters DR receive

Was this helpful?

Send SMS via HTTP (MT)

Learn how to send SMS messages using HTTP requests.

PreviousWelcome to MobiPayNextReceive SMS via HTTP (MO)

Last updated 1 year ago

Was this helpful?

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 an HTTP request directly to the Mobivate web service address as specified below.

The process for sending an SMS message is as follows:

Send SMS

Send an HTTP GET request to the SMS Gateway containing the parameters described in section.

Message Parameters

The SMS Gateway confirms the message was received by responding with the Message ID (MT-<uuid>).

Receive delivery receipt

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

Message Parameters DR receive

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

Want to see an Example MT API call?

Click here
Send MT via HTTP message flow diagram