Tanzania at a Glance

DetailValue
Country Code255
CurrencyTZS (Tanzanian Shillings)
OperatorsVodacom M-Pesa, Tigo Pesa, Airtel Money

Phone Number Format

Format: 255{9 digit subscriber number}
Example: 255712345678  (Vodacom M-Pesa)
         255651234567  (Tigo Pesa)
         255685123456  (Airtel Money)

Local to international:
  0712 345 678  →  255712345678

Operators

Vodacom M-Pesa

  • USSD: *150*00#
  • Prefixes: 0711–0719, 0741–0749, 0760–0769
  • Support: Vodacom Tanzania — 100

Tigo Pesa

  • USSD: *150*01#
  • Prefixes: 0651–0659, 0671–0679, 0680–0689
  • Support: Tigo Tanzania — 0655 xxx xxx

Airtel Money Tanzania

  • USSD: *150*60#
  • Prefixes: 0685–0699, 0783–0789
  • Support: Airtel Tanzania — 100

Common TZS Amounts

TZSAPI Value
1,0001000
5,0005000
10,00010000
50,00050000
100,000100000

Test Configuration

curl -X POST https://api.rohopay.com/api/v1/collect \
  -H "Authorization: Bearer test_YOUR_KEY" \
  -H "Idempotency-Key: $(uuidgen)" \
  -d '{
    "phone": "255700000000",
    "amount": 10000,
    "currency": "TZS",
    "description": "Test Tanzania payment"
  }'