Skip to Content

Pricing & Credits

SMS Billing

  • 1 SMS credit = 1 SMS part (up to 160 standard characters)

Pay-As-You-Go Voucher Tiers

TierAmount (TZS)Price per Credit
Tier 11,000 - 49,99935 TZS
Tier 250,000 - 149,99932 TZS
Tier 3150,000+30 TZS

Example Calculations

Credits NeededTierTotal Cost (TZS)
100Tier 13,500
1,000Tier 135,000
2,000Tier 264,000
5,000Tier 3150,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