add docs for ported numbers

This commit is contained in:
2026-05-17 00:32:34 +05:00
parent ccc9e11d55
commit bb2c4f0158
4 changed files with 33 additions and 3 deletions
+9
View File
@@ -104,6 +104,15 @@ Treat `custType: null` as unsupported — fall back to Dhiraagu lookup.
| `"HYBRID"` | Raastas + Ooredoo Bill Pay (show chip selector) |
| `null` / absent | Unsupported — fall back to Dhiraagu lookup |
## Number Portability
Due to **mobile number portability (MNP)** in the Maldives, a subscriber can port their number between Ooredoo and Dhiraagu while keeping the same number. This means:
- A number starting with **7** (typically Dhiraagu) may now be on the Ooredoo network.
- A number starting with **9** (typically Ooredoo) may now be on the Dhiraagu network.
Always fall back to the other provider's lookup if this API returns `custType: null`, regardless of the number prefix.
---