Send Silent OBS Billing Message Example

This document will go over how to send silent OBS Billing Message via HTTP (MT).

GET /srs/api/sendsms

Send a silent OBS billing message and charge your end-user for it.

This may not be available due to network regulations. For example, MTN hand their own billing requests.

curl -XGET -H "Content-type: application/json" 'https://hostname/srs/api/sendsms?USER_NAME=<account_id>&PASSWORD=<api_key>&ORIGINATOR=<SHORT CODE>&RECIPIENT=<MSISDN>&PR OVIDER=<Network Provider>&VALUE=<Amount>&KEYWORD=<Keyword>&MESSAGE_TEXT=SILENT%20BILLING%20MESSAGE'

Headers

Body

Response

{
  "MT-aabbccddeeff00112233445566778899"
}

Last updated