KAA
Mobile wallet
Verify KAAFI Microfinance Transactions
KAAFI Microfinance is an eBirr partner providing mobile money services. Receipts are available via receipt.ebirr.com/kaafimf/{token}. verify.et also supports KAAFI as 'Kaafi Ebirr'.
Verify KAAFI nowIn development
Required information
- Transaction reference (required), e.g. kaafimf/abc123def
Reference number format
eBirr receipt URL or tenant/token (kaafimf/{token})
Example: kaafimf/abc123def
How to verify KAAFI with cheki
- Use the eBirr receipt sharing feature in the KAAFI app
- Paste the receipt URL or tenant/token into cheki
How KAAFI receipt verification works
The KAAFI receipt endpoint is: https://receipt.ebirr.com/kaafimf/{token}
This is a public URL that returns a HTML page containing the official transaction data. No authentication is required.
Who uses KAAFI verification
- Merchants verifying KAAFI payments
- Businesses reconciling KAAFI transfers
Verifying KAAFI via API
cheki provides a free REST API for KAAFI verification:
POST https://chekiapp.vercel.app/api/verify
Request body: { "bank": "kaafi", "reference": "kaafimf/abc123def" }
See the API documentation for full details.