> For the complete documentation index, see [llms.txt](https://wiki.mobivate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mobivate.com/mno-web-opt-in/mno-web-opt-in-nigeria/delivery-notifications.md).

# Delivery Notifications

On successfully billed request, a notification will be sent to your nominated URL.

***Example***

```http
GET: http://www.yourdomain.com/nigeria-notifications?user-identity=$abcd1234$&service-id=xyz&status=1
```

{% hint style="info" %}
When getting a successful billed response, the status code would be one of the following:
{% endhint %}

| Status | Description                            |
| ------ | -------------------------------------- |
| 0      | New subscription started.              |
| 1      | Positive Billing.                      |
| 2      | Failed Billing, Insufficient funds.    |
| 3      | Inactive Subscription, User opted out. |

### What If MNO web opt-in fails? <a href="#what_if_mno_web_opt-in_fails" id="what_if_mno_web_opt-in_fails"></a>

As previously mentioned:

“MNO web opt-in will only work if the user is browsing via his/her mobile device while connected to the MNOs Mobile Data. It will NOT work if the user is connected to the WiFi!”

But this does not mean that you cannot point a failed MNO opt-in to another opt-in flow. For example, it is recommended on failure to point a user to the [NDOI opt-in flow](/network-double-opt-in/network-double-opt-in-ndoi.md).

{% hint style="warning" %}
On a failed MNO web opt-in the user will be returned to your return URL with the **STATUS** set to **FAILED** like below:
{% endhint %}

```http
http://yourdomain/returned?status=failed&message=<Network Message>
```

Where “\&message=” will explain the specific network error received. The server hosting your return URL must be able to redirect based on this “\&status=failed” parameter.

You would then pass the parameters described in the section [Network Double Opt-in (NDOI)](/network-double-opt-in/network-double-opt-in-ndoi.md) to the NDOI endpoint. While also redirecting the user to your content page.

{% hint style="info" %}
For more information on **Network Double Opt-In (NDOI)**, [click here](/network-double-opt-in/network-double-opt-in-ndoi.md).
{% endhint %}
