# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.mobivate.com/mno-web-opt-in/mno-web-opt-in-nigeria/delivery-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
