Create account

Start accepting M-Pesa payments today

Must be 10 digits starting with 01 or 07
At least 6 characters
🚀 Quick Start

Get live in 5 minutes

Create account → Add Till/Paybill → Get keys → Start payments

# After registration, you get:
{
  "secret_key": "sk_live_abc123...",
  "passkey": "pk_xyz789...",
  "shortcode": "1234567"
}

# Ready to accept payments:
curl -X POST /v1/initiatestk \
  -d '{
    "amount": 100,
    "phone": "254712345678"
  }'