Pricing & Credits
SMS Billing
- 1 SMS credit = 1 SMS part (up to 160 standard characters)
Pay-As-You-Go Voucher Tiers
| Tier | Amount (TZS) | Price per Credit |
|---|---|---|
| Tier 1 | 1,000 - 49,999 | 35 TZS |
| Tier 2 | 50,000 - 149,999 | 32 TZS |
| Tier 3 | 150,000+ | 30 TZS |
Example Calculations
| Credits Needed | Tier | Total Cost (TZS) |
|---|---|---|
| 100 | Tier 1 | 3,500 |
| 1,000 | Tier 1 | 35,000 |
| 2,000 | Tier 2 | 64,000 |
| 5,000 | Tier 3 | 150,000 |
Signup Bonus
New registered accounts receive 5 free trial credits.
Mobile Money Top-Ups
Top up using mobile money via Snippe integration.
Supported: M-Pesa, Tigo Pesa, Airtel Money, Halopesa, Manual Bank Transfer
Initiate Top-Up
POST /v1/vouchers/initiate
curl -X POST https://api.sendafrica.online/v1/vouchers/initiate \
-H "X-API-Key: SA-your-key" \
-H "Content-Type: application/json" \
-d '{"phone_number": "0712345678", "amount_tzs": 10000}'Checking Your Balance
Via API
curl -X GET https://api.sendafrica.online/v1/credits/balance \
-H "X-API-Key: SA-your-key"Via SDK
balance = client.credits.get_balance()
print(f"Credits: {balance.credits}")const balance = await client.credits.getBalance();
console.log(`Credits: ${balance.credits}`);Enterprise Pricing
For high-volume messaging, contact support@sendafrica.online.
Last updated on