> For the complete documentation index, see [llms.txt](https://developer.dusupay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.dusupay.com/utility-functions/mobile-money-operator-prefixes.md).

# Mobile Money Operator Prefixes

The table below shows the phone prefixes for the different networks/payment options that offer mobile money. These prefixes will also be returned as the part of the response when mobile money payment options are queried as described in this [section](/utility-functions/payment-options.md). Merchants are free to use this information and handle phone number validations.

<table><thead><tr><th width="133">Country</th><th width="137">Operator</th><th width="135">Country Code</th><th>Prefixes</th></tr></thead><tbody><tr><td>Cameroon</td><td>MTN Mobile Money</td><td>237</td><td>67, 68, 650, 651, 652, 653, 654</td></tr><tr><td>Cameroon</td><td>Orange Money</td><td>237</td><td>69, 655, 656, 657, 658, 659</td></tr><tr><td>Ghana</td><td>MTN Mobile Money</td><td>233</td><td>24, 54, 55, 591, 592, 593, 594, 595, 596, 3080, 3081, 3082, 3180, 3280, 33800, 34800, 35800, 36800, 37800, 38800, 39800</td></tr><tr><td>Ghana</td><td>Vodafone Cash</td><td>233</td><td>20, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 50</td></tr><tr><td>Ghana</td><td>AirtelTigo Ghana</td><td>233</td><td>26, 56, 307, 317, 327, 337, 347, 357, 367, 377, 387, 397, 27, 29, 57</td></tr><tr><td>Kenya</td><td>Safaricom M-Pesa</td><td>254</td><td>110,111,112, 113,114,115,70,71,72,740,741,742,743,745, 746, 748, 757,758,759,768, 769,79</td></tr><tr><td>Kenya</td><td>Airtel Money KE</td><td>254</td><td>73, 750, 751, 752, 753, 754, 755, 756, 762, 767, 78, 100, 101, 102</td></tr><tr><td>Rwanda</td><td>MTN Mobile Money</td><td>250</td><td>78, 79</td></tr><tr><td>Rwanda</td><td>AirtelTigo Rwanda</td><td>250</td><td>72, 73</td></tr><tr><td>Tanzania</td><td>Airtel Money TZ</td><td>255</td><td>68, 69, 78</td></tr><tr><td>Tanzania</td><td>TigoPesa TZ</td><td>255</td><td>65, 67, 71</td></tr><tr><td>Tanzania</td><td>Vodacom Mula TZ</td><td>255</td><td>74, 75, 76</td></tr><tr><td>Uganda</td><td>MTN</td><td>256</td><td>77, 78, 760, 761, 39</td></tr><tr><td>Uganda</td><td>Airtel</td><td>256</td><td>70, 75, 74</td></tr><tr><td>Zambia</td><td>MTN Zambia</td><td>260</td><td>76, 96</td></tr><tr><td>Zambia</td><td>Airtel Zambia</td><td>260</td><td>77, 97</td></tr><tr><td>Zambia</td><td>Zamtel Zambia</td><td>260</td><td>95, 211, 212, 213, 214, 215, 216, 217, 218</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developer.dusupay.com/utility-functions/mobile-money-operator-prefixes.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.
