Build on Kenya's commerce infrastructure
eTIMS invoice signing, WhatsApp commerce, M-Pesa payments, and AI-powered business insights - all through simple REST APIs.
Three APIs, one platform
Everything a Kenyan business needs to sell, get paid, and stay compliant.
PemySync eTIMS
Submit invoices to KRA, get CU numbers and QR codes. Automate tax compliance for any ERP or platform.
- Invoice signing & submission
- Device initialization
- Item registration
- Customer lookup
View docs →
POS Sync
Sync products and orders between your POS system and PemyKonekt. Upsert by external ID.
- Bulk product upsert
- Order import with source tracking
- External ID mapping
- Real-time sync
View docs →
AI Business Insights
Natural language business queries via WhatsApp. Ask 'how many sodas did we sell today?' and get real answers.
- Revenue & order analytics
- Product sales breakdown
- Customer metrics
- Role-based access
View docs →
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.