Skip to content
telspay.Member login

TELSPAY FOR DEVELOPERS

Build connections that matter

A documented, permission-based API for approved SACCO stakeholders and technology partners.

FROM YOUR FIRST REQUEST

Start in sandbox.
Earn live access.

Use synthetic member data to test your integration. Live access requires verified applicants, scoped permissions, approved server IPs and independent reviews.

Apply for API access Developer sign in

A predictable integration

  • HMAC-SHA256 signed requests
  • Keys with a 90-day expiry and rotation
  • One-use nonces and idempotent requests
  • Member-controlled consent
  • Paginated statements and traceable errors
Read API documentation

YOUR FIRST ENDPOINT

GET /api/v1/sandbox/products
X-API-Key: your_sandbox_key_id
X-API-Timestamp: unix_timestamp
X-API-Nonce: a_fresh_random_nonce
X-API-Signature: request_hmac_sha256

Keep API secrets on your server. See the documentation for the exact signing format and working PHP examples.