Payments for Tanzania

Accept payments. Pay out instantly. Built for Tanzania.

Mobile money, cards and bank rails through one REST API. Collect from customers, pay out to suppliers and staff, and reconcile both against a single balance.

pay.test.skyconnect.dev
The SkyPay merchant dashboard, showing balance, recent payments and quick actions
M-Pesa (Vodacom)Tigo PesaAirtel MoneyHalo PesaT-Pesa (TTCL)Ezy PesaVisa / MastercardBank transfer
Who it is for

Built for Tanzanian businesses

From a market stall to an online shop, SkyPay fits how Tanzanian businesses actually get paid.

A fruit stall piled with pineapples at a market in Kigoma, Tanzania

Retail

A woman managing orders on her phone and laptop from home

Online sellers

A shopkeeper smiling at the counter of his store, phone in hand

Services

For developers

Built for developers

A hosted checkout session in one request. Webhooks are HMAC-signed, and every payment initiation is idempotent on your reference.

  • • HMAC-SHA256 signed webhooks with retry tracking
  • • Idempotent on your merchant_reference
  • • Sandbox-friendly test API keys
Read the API docs
curl -X POST https://pay-api.test.skyconnect.dev/api/v1/checkout/sessions \
  -H "Authorization: Bearer sk_test_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "merchant_reference": "ORDER-123",
    "amount": 50000,
    "description": "Premium Plan",
    "return_url": "https://myapp.example/payment/callback"
  }'

Ready to get started?

Accept payments, send payouts, and reconcile it all from a single dashboard.