MNO Web Opt-In Nigeria
This document describes MNO Web Opt-In for NI.
User Detection & Subscription in Nigeria
To subscribe a user in Nigeria, for Direct Carrier Billing, we must perform two separate steps.
Redirect the user to the MSISDN Detection platform which will return to us ( if successful ) the Network and the User ID.
Call the Subscribe method on the API providing the UserID and the ServiceID.
Requesting the UserID
To request the UserID, you should have the following information ready:
Return URL
Yes
Your FULL URL, including the http://... .
User will be sent back to this url upon completion.
MTN Product ID
Yes
Required for detecting MTN customers.
Your Reference ID
No
Your own reference ID.
Flow: Redirect the user to the Lookup URL. Once the lookup is performed, user will be sent back to your Return URL.
Example
The user will return to the given Return URL with the following (GET) parameters appended.
hostname
hostname.mobivate.com
Mobivate's content hostname.
status
success/failed
Describing the status of the lookup.
userid
abcd4321_-$
Returned only if status==success! An ASCII value unique to this subscriber, instead of the MSISDN.
network
mtnng / etisalatng
Returned only if status==success! Network name for the subscriber
message
failed to detect user!
Returned only if status==failed! Error description
Examples
On Successful detection user will return to your domain:
On failure, the user will return to your domain while also containing a message:
Last updated