PemyStackPemyStack

Build on Kenya's commerce infrastructure

eTIMS invoice signing, WhatsApp commerce, M-Pesa payments, and AI-powered business insights - all through simple REST APIs.

Simple to integrate

One API call to sign an invoice with KRA

curl -X POST https://etims.pemystack.com/api/invoices \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "invoiceNo": "INV-001",
    "items": [
      {
        "name": "Nyama Choma",
        "quantity": 2,
        "unitPrice": 85000,
        "taxType": "A"
      }
    ],
    "customerName": "John Kamau",
    "paymentType": "04"
  }'
{
  "success": true,
  "cuInvoiceNo": "CUA0051001",
  "qrCodeData": "base64-encoded-qr-data"
}

Ready to integrate?

Get your API key in 30 seconds. Free tier includes 100 calls per day.