Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,149,815 members, 7,806,289 topics. Date: Tuesday, 23 April 2024 at 02:08 PM

Sim Hosting For Vtu And Sme Data Mtn, Glo, 9mobile, Airtel - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Sim Hosting For Vtu And Sme Data Mtn, Glo, 9mobile, Airtel (3580 Views)

How To Create Your Own VTU And Data Website For Free Without Coding / Sim Hosting With USSD Simcard Hosting In Nigeria Mtn, Glo, 9mobile, Airtel / SIM Hosting With USSD Option In Nigeria | Simhostng (2) (3) (4)

(1) (Reply)

Sim Hosting For Vtu And Sme Data Mtn, Glo, 9mobile, Airtel by simhosting: 10:15am On Jan 18, 2020
You can automate your website for data and vtu purchase using sim hosting service. It has a simple api for integration.
example. This service enable your sim to share data or process vtu by Dialing the required USSD Code or Sending SMS to network provider.

MTN DataShare

SMEC 08060000000 1000 1234 TO 131

https://simhostng.com/api/smsx?apikey=123344&server=234444&number=131&message=SMEC 08060000000 1000 1234 TO 131

E.g. MTN USSD VTU

*456*1*2*100*08060000000*1*1234#

GLO VTU USSD CODE

*202*2*0850000000*100*1234*1#

GLO DATA USSD CODE
*127*53*07052232029#


SENDING SMS
https://simhostng.com/api/sms

Post Parameters:
apikey: API key
server: Server Id
network: network
number: Recipient Separate Multiple number with comma
message: Message: Text Message
ref: Unique Reference number (if empty the system will generate one for you)
url: Response Callback URL


SPC BULK SMS COMPONENTS

https://simhostng.com/api/bulksms?apikey=apikey&server=serverid&number=@@recipient@@&message=@@message@@

Response= Ok


USSD POST

https://simhostng.com/api/ussd

Post Parameters:

apikey: API key
server: Server Id
network: Network
number: ussd to dial *555#
ref: Unique Reference number (if empty the system will generate one for you)
url: Response Callback URL


INBOX FORWARDING

We post back received sms to your script using default url used during server setup
sim = The number that received the message (to, recipient)
keyword = Message keyword
sender = The number that sent the message (from, phone)
message = Text message
ref: Reference number
date = Date

Below is a simple php code to receive the sms reply from your sim or keyword.

http://demo.com/recieve.php

<?php
$keyword= $_POST['keyword'];
$server= $_POST['server'];
$sim= $_POST['sim];
$sender= $_POST['sender'];
$message= $_POST['message'];
$ref = $_POST['ref'];

$date= $_POST['date'];
?>


RESPONSE PUSH / CALLBACK
Parameters:

response: Response For ussd or sms
ref: Your Reference


Below is a simple php code to receive the response from your sim after ussd or sms.
http://demo.com/response.php
<?php
$ref= $_POST['ref'];
$response= $_POST['response];
?>

Re: Sim Hosting For Vtu And Sme Data Mtn, Glo, 9mobile, Airtel by pbet17: 6:31pm On Mar 24, 2020
Thank you

(1) (Reply)

New! Supercharge Your Website With Our Unlimited Web Hosting, Only ₦2700 1st Yr / What Do I Need To Setup My Own Bulk Sms Website / Photo Of Facebook Founder, Mark Zuckerberg Trekking On The Streets Of Yaba

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 13
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.